Skip to content

Instantly share code, notes, and snippets.

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 sunatthegilddotcom/4e29f695b9ca43d547e8fc5c7c798ad0 to your computer and use it in GitHub Desktop.
Save sunatthegilddotcom/4e29f695b9ca43d547e8fc5c7c798ad0 to your computer and use it in GitHub Desktop.
tensorflow-error
wsun@deeplearningdetect03:~/deepdetect/build$ make
[ 18%] Built target tensorflow
[ 37%] Built target caffe_dd
[ 55%] Built target xgboost
[ 58%] Building CXX object src/CMakeFiles/ddetect.dir/deepdetect.cc.o
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:71: 0: warning: "CHECK" redefined [enabled by default]
#define CHECK(x) \
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:561:0: note: this is the location of the previous de finition
#define CHECK(condition) \
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:75: 0: warning: "CHECK_LT" redefined [enabled by default]
#define CHECK_LT(x, y) CHECK((x) < (y))
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:768:0: note: this is the location of the previous de finition
#define CHECK_LT(val1, val2) CHECK_OP(_LT, < , val1, val2)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:76: 0: warning: "CHECK_GT" redefined [enabled by default]
#define CHECK_GT(x, y) CHECK((x) > (y))
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:770:0: note: this is the location of the previous de finition
#define CHECK_GT(val1, val2) CHECK_OP(_GT, > , val1, val2)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:77: 0: warning: "CHECK_LE" redefined [enabled by default]
#define CHECK_LE(x, y) CHECK((x) <= (y))
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:767:0: note: this is the location of the previous de finition
#define CHECK_LE(val1, val2) CHECK_OP(_LE, <=, val1, val2)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:78: 0: warning: "CHECK_GE" redefined [enabled by default]
#define CHECK_GE(x, y) CHECK((x) >= (y))
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:769:0: note: this is the location of the previous de finition
#define CHECK_GE(val1, val2) CHECK_OP(_GE, >=, val1, val2)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:79: 0: warning: "CHECK_EQ" redefined [enabled by default]
#define CHECK_EQ(x, y) CHECK((x) == (y))
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:765:0: note: this is the location of the previous de finition
#define CHECK_EQ(val1, val2) CHECK_OP(_EQ, ==, val1, val2)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:80: 0: warning: "CHECK_NE" redefined [enabled by default]
#define CHECK_NE(x, y) CHECK((x) != (y))
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:766:0: note: this is the location of the previous de finition
#define CHECK_NE(val1, val2) CHECK_OP(_NE, !=, val1, val2)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:81: 0: warning: "CHECK_NOTNULL" redefined [enabled by default]
#define CHECK_NOTNULL(x) \
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:775:0: note: this is the location of the previous de finition
#define CHECK_NOTNULL(val) \
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:100 :0: warning: "DCHECK" redefined [enabled by default]
#define DCHECK(x) CHECK(x)
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:970:0: note: this is the location of the previous de finition
#define DCHECK(condition) CHECK(condition)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:101 :0: warning: "DCHECK_LT" redefined [enabled by default]
#define DCHECK_LT(x, y) CHECK((x) < (y))
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:974:0: note: this is the location of the previous de finition
#define DCHECK_LT(val1, val2) CHECK_LT(val1, val2)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:102 :0: warning: "DCHECK_GT" redefined [enabled by default]
#define DCHECK_GT(x, y) CHECK((x) > (y))
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:976:0: note: this is the location of the previous de finition
#define DCHECK_GT(val1, val2) CHECK_GT(val1, val2)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:103 :0: warning: "DCHECK_LE" redefined [enabled by default]
#define DCHECK_LE(x, y) CHECK((x) <= (y))
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:973:0: note: this is the location of the previous de finition
#define DCHECK_LE(val1, val2) CHECK_LE(val1, val2)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:104 :0: warning: "DCHECK_GE" redefined [enabled by default]
#define DCHECK_GE(x, y) CHECK((x) >= (y))
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:975:0: note: this is the location of the previous de finition
#define DCHECK_GE(val1, val2) CHECK_GE(val1, val2)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:105 :0: warning: "DCHECK_EQ" redefined [enabled by default]
#define DCHECK_EQ(x, y) CHECK((x) == (y))
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:971:0: note: this is the location of the previous de finition
#define DCHECK_EQ(val1, val2) CHECK_EQ(val1, val2)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:106 :0: warning: "DCHECK_NE" redefined [enabled by default]
#define DCHECK_NE(x, y) CHECK((x) != (y))
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:972:0: note: this is the location of the previous de finition
#define DCHECK_NE(val1, val2) CHECK_NE(val1, val2)
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:120 :0: warning: "VLOG" redefined [enabled by default]
#define VLOG(x) LOG_INFO.stream()
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:1068:0: note: this is the location of the previous d efinition
#define VLOG(verboselevel) LOG_IF(INFO, VLOG_IS_ON(verboselevel))
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:122 :0: warning: "LOG" redefined [enabled by default]
#define LOG(severity) LOG_##severity.stream()
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:483:0: note: this is the location of the previous de finition
#define LOG(severity) COMPACT_GOOGLE_LOG_ ## severity.stream()
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:124 :0: warning: "LOG_IF" redefined [enabled by default]
#define LOG_IF(severity, condition) \
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:547:0: note: this is the location of the previous de finition
#define LOG_IF(severity, condition) \
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:141 :0: warning: "LOG_EVERY_N" redefined [enabled by default]
#define LOG_EVERY_N(severity, n) LOG(severity)
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:914:0: note: this is the location of the previous de finition
#define LOG_EVERY_N(severity, n) \
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:9:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb .h:17:2: error: #error This file was generated by an older version of protoc whi ch is
#error This file was generated by an older version of protoc which is
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb .h:18:2: error: #error incompatible with your Protocol Buffer headers. Please
#error incompatible with your Protocol Buffer headers. Please
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb .h:19:2: error: #error regenerate this file with a newer version of protoc.
#error regenerate this file with a newer version of protoc.
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:73:0: warning: "VLOG_IS_ON" redefined [enabled by default]
#define VLOG_IS_ON(lvl) ((lvl) <= 0)
^
In file included from /usr/include/glog/logging.h:490:0,
from /home/wsun/deepdetect/src/imginputfileconn.h:30,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/vlog_is_on.h:82:0: note: this is the location of the previous definition
#define VLOG_IS_ON(verboselevel) \
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:75:0: warning: "VLOG" redefined [enabled by default]
#define VLOG(lvl) \
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/ src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:120 :0: note: this is the location of the previous definition
#define VLOG(x) LOG_INFO.stream()
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:83:0: warning: "CHECK" redefined [enabled by default]
#define CHECK(condition) \
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:95:0: note: this is the location of the previous definition
#define CHECK(condition) \
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:224:0: warning: "CHECK_OP_LOG" redefined [enabled by default]
#define CHECK_OP_LOG(name, op, val1, val2) \
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:108:0 : note: this is the location of the previous definition
#define CHECK_OP_LOG(name, op, val1, val2, log) CHECK((val1) op (val2))
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:232:0: warning: "CHECK_OP" redefined [enabled by default]
#define CHECK_OP(name, op, val1, val2) CHECK_OP_LOG(name, op, val1, val2)
^
In file included from /home/wsun/deepdetect/src/imginputfileconn.h:30:0,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/usr/include/glog/logging.h:740:0: note: this is the location of the previous de finition
#define CHECK_OP(name, op, val1, val2) \
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:235:0: warning: "CHECK_EQ" redefined [enabled by default]
#define CHECK_EQ(val1, val2) CHECK_OP(Check_EQ, ==, val1, val2)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:105:0 : note: this is the location of the previous definition
#define CHECK_EQ(x, y) CHECK((x) == (y))
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:236:0: warning: "CHECK_NE" redefined [enabled by default]
#define CHECK_NE(val1, val2) CHECK_OP(Check_NE, !=, val1, val2)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:106:0 : note: this is the location of the previous definition
#define CHECK_NE(x, y) CHECK((x) != (y))
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:237:0: warning: "CHECK_LE" redefined [enabled by default]
#define CHECK_LE(val1, val2) CHECK_OP(Check_LE, <=, val1, val2)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:103:0 : note: this is the location of the previous definition
#define CHECK_LE(x, y) CHECK((x) <= (y))
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:238:0: warning: "CHECK_LT" redefined [enabled by default]
#define CHECK_LT(val1, val2) CHECK_OP(Check_LT, <, val1, val2)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:101:0 : note: this is the location of the previous definition
#define CHECK_LT(x, y) CHECK((x) < (y))
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:239:0: warning: "CHECK_GE" redefined [enabled by default]
#define CHECK_GE(val1, val2) CHECK_OP(Check_GE, >=, val1, val2)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:104:0 : note: this is the location of the previous definition
#define CHECK_GE(x, y) CHECK((x) >= (y))
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:240:0: warning: "CHECK_GT" redefined [enabled by default]
#define CHECK_GT(val1, val2) CHECK_OP(Check_GT, >, val1, val2)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:102:0 : note: this is the location of the previous definition
#define CHECK_GT(x, y) CHECK((x) > (y))
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:241:0: warning: "CHECK_NOTNULL" redefined [enabled by default]
#define CHECK_NOTNULL(val) \
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:114:0 : note: this is the location of the previous definition
#define CHECK_NOTNULL(x) \
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:247:0: warning: "DCHECK" redefined [enabled by default]
#define DCHECK(condition) CHECK(condition)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:133:0 : note: this is the location of the previous definition
#define DCHECK(x) CHECK(x)
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:248:0: warning: "DCHECK_EQ" redefined [enabled by default]
#define DCHECK_EQ(val1, val2) CHECK_EQ(val1, val2)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:138:0 : note: this is the location of the previous definition
#define DCHECK_EQ(x, y) CHECK((x) == (y))
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:249:0: warning: "DCHECK_NE" redefined [enabled by default]
#define DCHECK_NE(val1, val2) CHECK_NE(val1, val2)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:139:0 : note: this is the location of the previous definition
#define DCHECK_NE(x, y) CHECK((x) != (y))
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:250:0: warning: "DCHECK_LE" redefined [enabled by default]
#define DCHECK_LE(val1, val2) CHECK_LE(val1, val2)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:136:0 : note: this is the location of the previous definition
#define DCHECK_LE(x, y) CHECK((x) <= (y))
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:251:0: warning: "DCHECK_LT" redefined [enabled by default]
#define DCHECK_LT(val1, val2) CHECK_LT(val1, val2)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:134:0 : note: this is the location of the previous definition
#define DCHECK_LT(x, y) CHECK((x) < (y))
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:252:0: warning: "DCHECK_GE" redefined [enabled by default]
#define DCHECK_GE(val1, val2) CHECK_GE(val1, val2)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:137:0 : note: this is the location of the previous definition
#define DCHECK_GE(x, y) CHECK((x) >= (y))
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/platform/logging.h:25:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/allocator.h:26,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/framework/tensor.h:21,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tens orflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/d efault/logging.h:253:0: warning: "DCHECK_GT" redefined [enabled by default]
#define DCHECK_GT(val1, val2) CHECK_GT(val1, val2)
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/common.hpp:7:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/blob.hpp:8,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/ caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/llogging.h:135:0 : note: this is the location of the previous definition
#define DCHECK_GT(x, y) CHECK((x) > (y))
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/src/data/parser.h:11:0,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/rabit/include/dmlc/logging.h:66:13: warning: unused parameter ‘argv0’ [-Wunused-parameter]
inline void InitLogging(const char* argv0) {
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/include/dmlc/./data.h:14:0,
from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/include/dmlc/threadediter.h:20,
from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/src/data/parser.h:12,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/include/dmlc/././io.h:152:16: warning: unused parameter ‘chunk_size’ [-Wunused-parameter]
virtual void HintChunkSize(size_t chunk_size) {}
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/include/dmlc/./././parameter.h:25:0,
from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/include/dmlc/././registry.h:14,
from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/include/dmlc/./data.h:16,
from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/include/dmlc/threadediter.h:20,
from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/src/data/parser.h:12,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/include/dmlc/././././optional.h:26:13: warning: unused parameter ‘a’ [-Wunused-parameter]
constexpr nullopt_t(int a) {}
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/include/dmlc/././registry.h:14:0,
from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/include/dmlc/./data.h:16,
from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/include/dmlc/threadediter.h:20,
from /home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/src/data/parser.h:12,
from /home/wsun/deepdetect/src/xgbinputconns.h:32,
from /home/wsun/deepdetect/src/csvinputfileconn.h:533,
from /home/wsun/deepdetect/src/caffeinputconns.h:26,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/dmlc-core/include/dmlc/./././parameter.h:305:16: warning: unused parameter ‘head’ [-Wunused-parameter]
virtual void Check(void *head) const {}
^
In file included from /home/wsun/deepdetect/build/protobuf/include/google/protobuf/message.h:118:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/blob.hpp:9,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/arena.h:82:13: warning: unused parameter ‘size’ [-Wunused-parameter]
inline void arena_free(void* object, size_t size) {
^
In file included from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/blob.hpp:9:0,
from /home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/include/caffe/caffe.hpp:7,
from /home/wsun/deepdetect/src/caffeinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:378,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::Datum::clear_data()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14462:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (data_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::Datum::set_data(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14472:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (data_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::Datum::set_data(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14479:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (data_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::Datum::set_data(const void*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14486:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (data_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::Datum::mutable_data()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14493:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (data_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::Datum::release_data()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14500:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (data_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14504:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
data_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::Datum::set_allocated_data(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14509:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (data_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14517:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
data_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LabelMapItem::clear_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14605:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LabelMapItem::set_name(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14615:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LabelMapItem::set_name(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14622:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LabelMapItem::set_name(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14629:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::LabelMapItem::mutable_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14636:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::LabelMapItem::release_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14643:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14647:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LabelMapItem::set_allocated_name(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14652:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14660:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LabelMapItem::clear_display_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14697:25: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (display_name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LabelMapItem::set_display_name(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14707:25: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (display_name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LabelMapItem::set_display_name(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14714:25: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (display_name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LabelMapItem::set_display_name(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14721:25: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (display_name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::LabelMapItem::mutable_display_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14728:25: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (display_name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::LabelMapItem::release_display_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14735:25: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (display_name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14739:50: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
display_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LabelMapItem::set_allocated_display_name(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14744:25: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (display_name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:14752:50: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
display_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::NetParameter::clear_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:15957:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::NetParameter::set_name(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:15967:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::NetParameter::set_name(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:15974:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::NetParameter::set_name(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:15981:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::NetParameter::mutable_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:15988:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::NetParameter::release_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:15995:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:15999:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::NetParameter::set_allocated_name(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16004:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16012:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::clear_net()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16257:16: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (net_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_net(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16267:16: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_net(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16274:16: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_net(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16281:16: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SolverParameter::mutable_net()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16288:16: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SolverParameter::release_net()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16295:16: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16299:41: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
net_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_allocated_net(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16304:16: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (net_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16312:41: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
net_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::clear_train_net()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16365:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (train_net_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_train_net(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16375:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (train_net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_train_net(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16382:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (train_net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_train_net(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16389:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (train_net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SolverParameter::mutable_train_net()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16396:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (train_net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SolverParameter::release_train_net()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16403:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (train_net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16407:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
train_net_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_allocated_train_net(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16412:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (train_net_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16420:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
train_net_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::clear_lr_policy()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16946:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (lr_policy_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_lr_policy(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16956:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (lr_policy_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_lr_policy(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16963:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (lr_policy_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_lr_policy(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16970:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (lr_policy_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SolverParameter::mutable_lr_policy()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16977:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (lr_policy_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SolverParameter::release_lr_policy()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16984:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (lr_policy_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16988:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
lr_policy_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_allocated_lr_policy(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:16993:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (lr_policy_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17001:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
lr_policy_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::clear_snapshot_prefix()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17265:28: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (snapshot_prefix_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_snapshot_prefix(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17275:28: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (snapshot_prefix_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_snapshot_prefix(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17282:28: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (snapshot_prefix_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_snapshot_prefix(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17289:28: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (snapshot_prefix_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SolverParameter::mutable_snapshot_prefix()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17296:28: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (snapshot_prefix_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SolverParameter::release_snapshot_prefix()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17303:28: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (snapshot_prefix_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17307:53: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
snapshot_prefix_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverParameter::set_allocated_snapshot_prefix(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17312:28: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (snapshot_prefix_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17320:53: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
snapshot_prefix_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverState::clear_learned_net()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17676:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (learned_net_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverState::set_learned_net(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17686:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (learned_net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverState::set_learned_net(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17693:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (learned_net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverState::set_learned_net(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17700:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (learned_net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SolverState::mutable_learned_net()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17707:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (learned_net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SolverState::release_learned_net()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17714:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (learned_net_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17718:49: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
learned_net_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SolverState::set_allocated_learned_net(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17723:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (learned_net_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:17731:49: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
learned_net_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ParamSpec::clear_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18049:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ParamSpec::set_name(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18059:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ParamSpec::set_name(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18066:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ParamSpec::set_name(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18073:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::ParamSpec::mutable_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18080:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::ParamSpec::release_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18087:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18091:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ParamSpec::set_allocated_name(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18096:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18104:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LayerParameter::clear_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18190:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LayerParameter::set_name(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18200:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LayerParameter::set_name(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18207:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LayerParameter::set_name(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18214:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::LayerParameter::mutable_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18221:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::LayerParameter::release_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18228:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18232:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LayerParameter::set_allocated_name(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18237:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18245:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LayerParameter::clear_type()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18260:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LayerParameter::set_type(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18270:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LayerParameter::set_type(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18277:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LayerParameter::set_type(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18284:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::LayerParameter::mutable_type()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18291:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::LayerParameter::release_type()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18298:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18302:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
type_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::LayerParameter::set_allocated_type(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18307:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:18315:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
type_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::TransformationParameter::clear_mean_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:20795:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::TransformationParameter::set_mean_file(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:20805:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::TransformationParameter::set_mean_file(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:20812:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::TransformationParameter::set_mean_file(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:20819:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::TransformationParameter::mutable_mean_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:20826:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::TransformationParameter::release_mean_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:20833:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:20837:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
mean_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::TransformationParameter::set_allocated_mean_file(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:20842:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:20850:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
mean_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::AnnotatedDataParameter::clear_label_map_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:21787:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::AnnotatedDataParameter::set_label_map_file(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:21797:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::AnnotatedDataParameter::set_label_map_file(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:21804:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::AnnotatedDataParameter::set_label_map_file(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:21811:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::AnnotatedDataParameter::mutable_label_map_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:21818:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::AnnotatedDataParameter::release_label_map_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:21825:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:21829:52: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
label_map_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::AnnotatedDataParameter::set_allocated_label_map_file(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:21834:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:21842:52: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
label_map_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DataParameter::clear_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22679:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DataParameter::set_source(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22689:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DataParameter::set_source(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22696:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DataParameter::set_source(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22703:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::DataParameter::mutable_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22710:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::DataParameter::release_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22717:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22721:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
source_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DataParameter::set_allocated_source(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22726:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22734:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
source_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DataParameter::clear_mean_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22838:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DataParameter::set_mean_file(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22848:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DataParameter::set_mean_file(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22855:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DataParameter::set_mean_file(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22862:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::DataParameter::mutable_mean_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22869:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::DataParameter::release_mean_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22876:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22880:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
mean_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DataParameter::set_allocated_mean_file(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22885:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:22893:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
mean_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DetectionEvaluateParameter::clear_name_size_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23088:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DetectionEvaluateParameter::set_name_size_file(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23098:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DetectionEvaluateParameter::set_name_size_file(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23105:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DetectionEvaluateParameter::set_name_size_file(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23112:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::DetectionEvaluateParameter::mutable_name_size_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23119:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::DetectionEvaluateParameter::release_name_size_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23126:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23130:52: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_size_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::DetectionEvaluateParameter::set_allocated_name_size_file(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23135:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23143:52: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_size_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::clear_output_directory()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23210:29: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_directory_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_output_directory(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23220:29: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_directory_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_output_directory(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23227:29: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_directory_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_output_directory(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23234:29: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_directory_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SaveOutputParameter::mutable_output_directory()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23241:29: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_directory_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SaveOutputParameter::release_output_directory()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23248:29: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_directory_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23252:54: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
output_directory_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_allocated_output_directory(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23257:29: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_directory_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23265:54: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
output_directory_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::clear_output_name_prefix()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23280:31: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_name_prefix_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_output_name_prefix(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23290:31: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_name_prefix_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_output_name_prefix(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23297:31: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_name_prefix_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_output_name_prefix(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23304:31: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_name_prefix_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SaveOutputParameter::mutable_output_name_prefix()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23311:31: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_name_prefix_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SaveOutputParameter::release_output_name_prefix()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23318:31: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_name_prefix_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23322:56: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
output_name_prefix_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_allocated_output_name_prefix(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23327:31: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_name_prefix_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23335:56: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
output_name_prefix_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::clear_output_format()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23350:26: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_format_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_output_format(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23360:26: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_format_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_output_format(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23367:26: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_format_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_output_format(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23374:26: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_format_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SaveOutputParameter::mutable_output_format()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23381:26: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_format_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SaveOutputParameter::release_output_format()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23388:26: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_format_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23392:51: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
output_format_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_allocated_output_format(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23397:26: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (output_format_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23405:51: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
output_format_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::clear_label_map_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23420:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_label_map_file(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23430:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_label_map_file(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23437:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_label_map_file(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23444:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SaveOutputParameter::mutable_label_map_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23451:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SaveOutputParameter::release_label_map_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23458:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23462:52: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
label_map_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_allocated_label_map_file(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23467:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (label_map_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23475:52: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
label_map_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::clear_name_size_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23490:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_name_size_file(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23500:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_name_size_file(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23507:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_name_size_file(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23514:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SaveOutputParameter::mutable_name_size_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23521:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::SaveOutputParameter::release_name_size_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23528:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23532:52: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_size_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::SaveOutputParameter::set_allocated_name_size_file(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23537:27: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_size_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:23545:52: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_size_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::HDF5DataParameter::clear_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24409:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::HDF5DataParameter::set_source(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24419:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::HDF5DataParameter::set_source(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24426:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::HDF5DataParameter::set_source(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24433:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::HDF5DataParameter::mutable_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24440:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::HDF5DataParameter::release_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24447:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24451:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
source_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::HDF5DataParameter::set_allocated_source(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24456:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24464:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
source_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::HDF5OutputParameter::clear_file_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24527:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (file_name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::HDF5OutputParameter::set_file_name(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24537:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (file_name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::HDF5OutputParameter::set_file_name(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24544:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (file_name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::HDF5OutputParameter::set_file_name(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24551:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (file_name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::HDF5OutputParameter::mutable_file_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24558:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (file_name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::HDF5OutputParameter::release_file_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24565:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (file_name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24569:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
file_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::HDF5OutputParameter::set_allocated_file_name(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24574:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (file_name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24582:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
file_name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::clear_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24628:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::set_source(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24638:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::set_source(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24645:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::set_source(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24652:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::ImageDataParameter::mutable_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24659:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::ImageDataParameter::release_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24666:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24670:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
source_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::set_allocated_source(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24675:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24683:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
source_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::clear_mean_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24852:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::set_mean_file(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24862:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::set_mean_file(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24869:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::set_mean_file(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24876:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::ImageDataParameter::mutable_mean_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24883:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::ImageDataParameter::release_mean_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24890:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24894:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
mean_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::set_allocated_mean_file(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24899:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24907:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
mean_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::clear_root_folder()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24966:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::set_root_folder(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24976:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::set_root_folder(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24983:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::set_root_folder(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24990:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::ImageDataParameter::mutable_root_folder()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:24997:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::ImageDataParameter::release_root_folder()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25004:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25008:49: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
root_folder_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::ImageDataParameter::set_allocated_root_folder(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25013:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25021:49: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
root_folder_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::InfogainLossParameter::clear_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25040:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::InfogainLossParameter::set_source(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25050:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::InfogainLossParameter::set_source(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25057:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::InfogainLossParameter::set_source(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25064:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::InfogainLossParameter::mutable_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25071:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::InfogainLossParameter::release_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25078:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25082:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
source_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::InfogainLossParameter::set_allocated_source(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25087:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:25095:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
source_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::clear_module()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26724:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (module_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::set_module(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26734:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (module_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::set_module(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26741:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (module_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::set_module(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26748:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (module_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::PythonParameter::mutable_module()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26755:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (module_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::PythonParameter::release_module()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26762:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (module_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26766:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
module_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::set_allocated_module(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26771:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (module_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26779:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
module_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::clear_layer()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26794:18: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (layer_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::set_layer(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26804:18: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (layer_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::set_layer(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26811:18: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (layer_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::set_layer(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26818:18: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (layer_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::PythonParameter::mutable_layer()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26825:18: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (layer_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::PythonParameter::release_layer()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26832:18: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (layer_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26836:43: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
layer_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::set_allocated_layer(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26841:18: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (layer_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26849:43: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
layer_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::clear_param_str()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26864:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (param_str_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::set_param_str(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26874:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (param_str_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::set_param_str(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26881:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (param_str_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::set_param_str(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26888:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (param_str_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::PythonParameter::mutable_param_str()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26895:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (param_str_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::PythonParameter::release_param_str()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26902:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (param_str_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26906:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
param_str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::PythonParameter::set_allocated_param_str(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26911:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (param_str_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:26919:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
param_str_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::VideoDataParameter::clear_video_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27753:23: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (video_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::VideoDataParameter::set_video_file(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27763:23: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (video_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::VideoDataParameter::set_video_file(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27770:23: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (video_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::VideoDataParameter::set_video_file(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27777:23: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (video_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::VideoDataParameter::mutable_video_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27784:23: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (video_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::VideoDataParameter::release_video_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27791:23: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (video_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27795:48: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
video_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::VideoDataParameter::set_allocated_video_file(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27800:23: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (video_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27808:48: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
video_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::clear_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27827:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::set_source(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27837:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::set_source(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27844:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::set_source(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27851:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::WindowDataParameter::mutable_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27858:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::WindowDataParameter::release_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27865:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27869:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
source_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::set_allocated_source(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27874:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27882:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
source_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::clear_mean_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27919:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::set_mean_file(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27929:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::set_mean_file(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27936:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::set_mean_file(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27943:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::WindowDataParameter::mutable_mean_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27950:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::WindowDataParameter::release_mean_file()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27957:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27961:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
mean_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::set_allocated_mean_file(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27966:22: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (mean_file_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:27974:47: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
mean_file_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::clear_root_folder()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28235:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::set_root_folder(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28245:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::set_root_folder(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28252:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::set_root_folder(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28259:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::WindowDataParameter::mutable_root_folder()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28266:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::WindowDataParameter::release_root_folder()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28273:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28277:49: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
root_folder_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::WindowDataParameter::set_allocated_root_folder(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28282:24: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (root_folder_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28290:49: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
root_folder_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V1LayerParameter::clear_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28469:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V1LayerParameter::set_name(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28479:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V1LayerParameter::set_name(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28486:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V1LayerParameter::set_name(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28493:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::V1LayerParameter::mutable_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28500:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::V1LayerParameter::release_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28507:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28511:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V1LayerParameter::set_allocated_name(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28516:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:28524:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::clear_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:29965:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_name(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:29975:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_name(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:29982:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_name(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:29989:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::V0LayerParameter::mutable_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:29996:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::V0LayerParameter::release_name()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30003:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30007:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_allocated_name(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30012:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (name_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30020:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
name_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::clear_type()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30035:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_type(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30045:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_type(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30052:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_type(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30059:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::V0LayerParameter::mutable_type()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30066:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::V0LayerParameter::release_type()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30073:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30077:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
type_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_allocated_type(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30082:17: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (type_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30090:42: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
type_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::clear_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30446:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_source(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30456:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_source(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30463:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_source(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30470:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::V0LayerParameter::mutable_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30477:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::V0LayerParameter::release_source()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30484:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30488:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
source_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_allocated_source(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30493:19: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (source_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30501:44: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
source_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::clear_meanfile()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30538:21: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (meanfile_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_meanfile(const string&)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30548:21: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (meanfile_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_meanfile(const char*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30555:21: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (meanfile_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_meanfile(const char*, size_t)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30562:21: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (meanfile_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::V0LayerParameter::mutable_meanfile()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30569:21: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (meanfile_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘std::string* caffe::V0LayerParameter::release_meanfile()’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30576:21: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (meanfile_ == &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30580:46: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
meanfile_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h: In member function ‘void caffe::V0LayerParameter::set_allocated_meanfile(std::string*)’:
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30585:21: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
if (meanfile_ != &::google::protobuf::internal::kEmptyString) {
^
/home/wsun/deepdetect/build/caffe_dd/src/caffe_dd/build/src/caffe/proto/caffe.pb.h:30593:46: error: ‘kEmptyString’ is not a member of ‘google::protobuf::internal’
meanfile_ = const_cast< ::std::string*>(&::google::protobuf::internal::kEmptyString);
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/framework/node_def.pb.h:29:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/framework/graph.pb.h:30,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:22,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: At global scope:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:681:31: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
value_type* const value() const { return v_; }
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/framework/tensor.h:21:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:23,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/framework/allocator.h:87:17: warning: unused parameter ‘allocation_attr’ [-Wunused-parameter]
virtual void* AllocateRaw(size_t alignment, size_t num_bytes,
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/framework/allocator.h:153:18: warning: unused parameter ‘ptr’ [-Wunused-parameter]
virtual size_t RequestedSize(void* ptr) {
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/framework/allocator.h:177:17: warning: unused parameter ‘ptr’ [-Wunused-parameter]
virtual int64 AllocationId(void* ptr) { return 0; }
^
In file included from /home/wsun/deepdetect/build/protobuf/include/google/protobuf/compiler/parser.h:46:0,
from /home/wsun/deepdetect/build/protobuf/include/google/protobuf/compiler/importer.h:46,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/default/protobuf.h:23,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/protobuf.h:31,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:30,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/env.h:27,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:25,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/io/tokenizer.h:78:16: warning: unused parameter ‘line’ [-Wunused-parameter]
virtual void AddWarning(int line, ColumnNumber column,
^
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/io/tokenizer.h:78:16: warning: unused parameter ‘column’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/io/tokenizer.h:78:16: warning: unused parameter ‘message’ [-Wunused-parameter]
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/default/protobuf.h:23:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/protobuf.h:31,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:30,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/env.h:27,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:25,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/compiler/importer.h:197:16: warning: unused parameter ‘filename’ [-Wunused-parameter]
virtual void AddWarning(const string& filename, int line, int column,
^
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/compiler/importer.h:197:16: warning: unused parameter ‘line’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/compiler/importer.h:197:16: warning: unused parameter ‘column’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/compiler/importer.h:197:16: warning: unused parameter ‘message’ [-Wunused-parameter]
In file included from /home/wsun/deepdetect/build/protobuf/include/google/protobuf/util/json_util.h:38:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/default/protobuf.h:31,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/protobuf.h:31,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:30,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/env.h:27,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:25,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/stubs/bytestream.h:276:16: warning: unused parameter ‘data’ [-Wunused-parameter]
virtual void Append(const char *data, size_t n) {}
^
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/stubs/bytestream.h:276:16: warning: unused parameter ‘n’ [-Wunused-parameter]
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/env.h:27:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:25,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:159:10: warning: unused parameter ‘fname’ [-Wunused-parameter]
Status NewRandomAccessFile(
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:159:10: warning: unused parameter ‘result’ [-Wunused-parameter]
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:164:10: warning: unused parameter ‘fname’ [-Wunused-parameter]
Status NewWritableFile(const string& fname,
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:164:10: warning: unused parameter ‘result’ [-Wunused-parameter]
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:169:10: warning: unused parameter ‘fname’ [-Wunused-parameter]
Status NewAppendableFile(const string& fname,
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:169:10: warning: unused parameter ‘result’ [-Wunused-parameter]
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:174:10: warning: unused parameter ‘fname’ [-Wunused-parameter]
Status NewReadOnlyMemoryRegionFromFile(
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:174:10: warning: unused parameter ‘result’ [-Wunused-parameter]
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:181:10: warning: unused parameter ‘fname’ [-Wunused-parameter]
Status FileExists(const string& fname) override {
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:185:10: warning: unused parameter ‘dir’ [-Wunused-parameter]
Status GetChildren(const string& dir, std::vector<string>* result) override {
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:185:10: warning: unused parameter ‘result’ [-Wunused-parameter]
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:189:10: warning: unused parameter ‘fname’ [-Wunused-parameter]
Status DeleteFile(const string& fname) override {
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:193:10: warning: unused parameter ‘dirname’ [-Wunused-parameter]
Status CreateDir(const string& dirname) override {
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:197:10: warning: unused parameter ‘dirname’ [-Wunused-parameter]
Status DeleteDir(const string& dirname) override {
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:201:10: warning: unused parameter ‘fname’ [-Wunused-parameter]
Status GetFileSize(const string& fname, uint64* file_size) override {
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:201:10: warning: unused parameter ‘file_size’ [-Wunused-parameter]
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:205:10: warning: unused parameter ‘src’ [-Wunused-parameter]
Status RenameFile(const string& src, const string& target) override {
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:205:10: warning: unused parameter ‘target’ [-Wunused-parameter]
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:209:10: warning: unused parameter ‘fname’ [-Wunused-parameter]
Status Stat(const string& fname, FileStatistics* stat) override {
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/file_system.h:209:10: warning: unused parameter ‘stat’ [-Wunused-parameter]
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/mutex.h:31:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/env.h:29,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:25,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/platform/default/mutex.h:39:12: warning: unused parameter ‘x’ [-Wunused-parameter]
explicit mutex(LinkerInitialized x) {}
^
In file included from /home/wsun/deepdetect/src/tfinputconns.h:24:0,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:127:18: warning: unused parameter ‘run_options’ [-Wunused-parameter]
virtual Status Create(const RunOptions& run_options, const GraphDef& graph) {
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:127:18: warning: unused parameter ‘graph’ [-Wunused-parameter]
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:132:18: warning: unused parameter ‘run_options’ [-Wunused-parameter]
virtual Status Extend(const RunOptions& run_options, const GraphDef& graph) {
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:132:18: warning: unused parameter ‘graph’ [-Wunused-parameter]
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:137:18: warning: unused parameter ‘run_options’ [-Wunused-parameter]
virtual Status Close(const RunOptions& run_options) {
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/framework/op.h:29:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/graph/graph.h:44,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/cc/framework/ops.h:23,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/cc/ops/const_op.h:19,
from /home/wsun/deepdetect/src/tfinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/lib/strings/str_util.h:99:8: warning: unused parameter ‘sp’ [-Wunused-parameter]
bool operator()(StringPiece sp) const { return true; }
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/graph/graph.h:44:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/cc/framework/ops.h:23,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/cc/ops/const_op.h:19,
from /home/wsun/deepdetect/src/tfinputconns.h:29,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/framework/op.h:261:13: warning: unused parameter ‘name’ [-Wunused-parameter]
constexpr OpDefBuilderWrapper(const char name[]) {}
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/framework/op.h:262:31: warning: unused parameter ‘spec’ [-Wunused-parameter]
OpDefBuilderWrapper<false>& Attr(StringPiece spec) { return *this; }
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/framework/op.h:263:31: warning: unused parameter ‘spec’ [-Wunused-parameter]
OpDefBuilderWrapper<false>& Input(StringPiece spec) { return *this; }
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/framework/op.h:264:31: warning: unused parameter ‘spec’ [-Wunused-parameter]
OpDefBuilderWrapper<false>& Output(StringPiece spec) { return *this; }
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/framework/op.h:270:31: warning: unused parameter ‘text’ [-Wunused-parameter]
OpDefBuilderWrapper<false>& Doc(StringPiece text) { return *this; }
^
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/framework/op.h:271:31: warning: unused parameter ‘fn’ [-Wunused-parameter]
OpDefBuilderWrapper<false>& SetShapeFn(
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/include/xgboost/./gbm.h:19:0,
from /home/wsun/deepdetect/build/xgboost/src/xgboost/include/xgboost/learner.h:16,
from /home/wsun/deepdetect/src/xgblib.h:27,
from /home/wsun/deepdetect/src/services.h:38,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/include/xgboost/././objective.h:55:16: warning: unused parameter ‘io_preds’ [-Wunused-parameter]
virtual void PredTransform(std::vector<bst_float> *io_preds) {}
^
In file included from /home/wsun/deepdetect/build/xgboost/src/xgboost/include/xgboost/./gbm.h:20:0,
from /home/wsun/deepdetect/build/xgboost/src/xgboost/include/xgboost/learner.h:16,
from /home/wsun/deepdetect/src/xgblib.h:27,
from /home/wsun/deepdetect/src/services.h:38,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/xgboost/src/xgboost/include/xgboost/././feature_map.h:66:31: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
const Type type(size_t idx) const {
^
In file included from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/framework/node_def.pb.h:29:0,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/framework/graph.pb.h:30,
from /home/wsun/deepdetect/build/tensorflow/src/tensorflow/tensorflow/core/public/session.h:22,
from /home/wsun/deepdetect/src/tfinputconns.h:24,
from /home/wsun/deepdetect/src/imginputfileconn.h:381,
from /home/wsun/deepdetect/src/services.h:29,
from /home/wsun/deepdetect/src/apistrategy.h:26,
from /home/wsun/deepdetect/src/deepdetect.h:25,
from /home/wsun/deepdetect/src/deepdetect.cc:22:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::MapAllocator<U>::deallocate(google::protobuf::Map<Key, T>::MapAllocator<U>::pointer, google::protobuf::Map<Key, T>::MapAllocator<U>::size_type) [with U = std::set<std::basic_string<char>*, google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::KeyCompare, google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::basic_string<char>*> >; Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::MapAllocator<U>::pointer = std::set<std::basic_string<char>*, google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::KeyCompare, google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::basic_string<char>*> >*; google::protobuf::Map<Key, T>::MapAllocator<U>::value_type = std::set<std::basic_string<char>*, google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::KeyCompare, google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::basic_string<char>*> >; google::protobuf::Map<Key, T>::MapAllocator<U>::size_type = long unsigned int]’:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1317:7: required from ‘void google::protobuf::Map<Key, T>::InnerMap::DestroyTree(google::protobuf::Map<Key, T>::InnerMap::Tree*) [with Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::InnerMap::Tree = std::set<std::basic_string<char>*, google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::KeyCompare, google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::basic_string<char>*> >; typename google::protobuf::Map<Key, T>::MapAllocator<google::protobuf::Map<Key, T>::KeyValuePair>::rebind<Key*>::other = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::basic_string<char>*>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1018:27: required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::iterator_base<google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::KeyValuePair>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1612:7: required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1617:26: required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1620:38: required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map_field_inl.h:228:3: required from ‘void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)11u; int default_enum_value = 0]’
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/framework/attr_value.pb.h:1669:15: required from here
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:606:10: warning: unused parameter ‘n’ [-Wunused-parameter]
void deallocate(pointer p, size_type n) {
^
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::MapAllocator<U>::deallocate(google::protobuf::Map<Key, T>::MapAllocator<U>::pointer, google::protobuf::Map<Key, T>::MapAllocator<U>::size_type) [with U = std::set<std::basic_string<char>*, google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::KeyCompare, google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::basic_string<char>*> >; Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::Map<Key, T>::MapAllocator<U>::pointer = std::set<std::basic_string<char>*, google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::KeyCompare, google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::basic_string<char>*> >*; google::protobuf::Map<Key, T>::MapAllocator<U>::value_type = std::set<std::basic_string<char>*, google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::KeyCompare, google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::basic_string<char>*> >; google::protobuf::Map<Key, T>::MapAllocator<U>::size_type = long unsigned int]’:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1317:7: required from ‘void google::protobuf::Map<Key, T>::InnerMap::DestroyTree(google::protobuf::Map<Key, T>::InnerMap::Tree*) [with Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::Tree = std::set<std::basic_string<char>*, google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::KeyCompare, google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::basic_string<char>*> >; typename google::protobuf::Map<Key, T>::MapAllocator<google::protobuf::Map<Key, T>::KeyValuePair>::rebind<Key*>::other = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::basic_string<char>*>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1018:27: required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::KeyValuePair>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1612:7: required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1617:26: required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1620:38: required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map_field_inl.h:228:3: required from ‘void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; int default_enum_value = 0]’
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/framework/function.pb.h:1111:14: required from here
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:606:10: warning: unused parameter ‘n’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::MapAllocator<U>::deallocate(google::protobuf::Map<Key, T>::MapAllocator<U>::pointer, google::protobuf::Map<Key, T>::MapAllocator<U>::size_type) [with U = std::set<std::basic_string<char>*, google::protobuf::Map<std::basic_string<char>, int>::InnerMap::KeyCompare, google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::basic_string<char>*> >; Key = std::basic_string<char>; T = int; google::protobuf::Map<Key, T>::MapAllocator<U>::pointer = std::set<std::basic_string<char>*, google::protobuf::Map<std::basic_string<char>, int>::InnerMap::KeyCompare, google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::basic_string<char>*> >*; google::protobuf::Map<Key, T>::MapAllocator<U>::value_type = std::set<std::basic_string<char>*, google::protobuf::Map<std::basic_string<char>, int>::InnerMap::KeyCompare, google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::basic_string<char>*> >; google::protobuf::Map<Key, T>::MapAllocator<U>::size_type = long unsigned int]’:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1317:7: required from ‘void google::protobuf::Map<Key, T>::InnerMap::DestroyTree(google::protobuf::Map<Key, T>::InnerMap::Tree*) [with Key = std::basic_string<char>; T = int; google::protobuf::Map<Key, T>::InnerMap::Tree = std::set<std::basic_string<char>*, google::protobuf::Map<std::basic_string<char>, int>::InnerMap::KeyCompare, google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::basic_string<char>*> >; typename google::protobuf::Map<Key, T>::MapAllocator<google::protobuf::Map<Key, T>::KeyValuePair>::rebind<Key*>::other = google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::basic_string<char>*>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1018:27: required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::basic_string<char>; T = int; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::basic_string<char>, int>::InnerMap::iterator_base<google::protobuf::Map<std::basic_string<char>, int>::KeyValuePair>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1612:7: required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1617:26: required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1620:38: required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map_field_inl.h:228:3: required from ‘void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Key = std::basic_string<char>; T = int; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)5u; int default_enum_value = 0]’
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/protobuf/config.pb.h:1763:23: required from here
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:606:10: warning: unused parameter ‘n’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::MapAllocator<U>::deallocate(google::protobuf::Map<Key, T>::MapAllocator<U>::pointer, google::protobuf::Map<Key, T>::MapAllocator<U>::size_type) [with U = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::Node; Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::MapAllocator<U>::pointer = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::Node*; google::protobuf::Map<Key, T>::MapAllocator<U>::value_type = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::Node; google::protobuf::Map<Key, T>::MapAllocator<U>::size_type = long unsigned int]’:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1306:7: required from ‘void google::protobuf::Map<Key, T>::InnerMap::Dealloc(U*, google::protobuf::Map<Key, T>::size_type) [with U = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::Node; Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::size_type = long unsigned int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1311:14: required from ‘void google::protobuf::Map<Key, T>::InnerMap::DestroyNode(google::protobuf::Map<Key, T>::InnerMap::Node*) [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1022:23: required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::iterator_base<google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::KeyValuePair>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1612:7: required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1617:26: required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1620:38: required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map_field_inl.h:228:3: required from ‘void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)11u; int default_enum_value = 0]’
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/framework/attr_value.pb.h:1669:15: required from here
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:606:10: warning: unused parameter ‘n’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::MapAllocator<U>::deallocate(google::protobuf::Map<Key, T>::MapAllocator<U>::pointer, google::protobuf::Map<Key, T>::MapAllocator<U>::size_type) [with U = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::Node; Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::Map<Key, T>::MapAllocator<U>::pointer = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::Node*; google::protobuf::Map<Key, T>::MapAllocator<U>::value_type = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::Node; google::protobuf::Map<Key, T>::MapAllocator<U>::size_type = long unsigned int]’:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1306:7: required from ‘void google::protobuf::Map<Key, T>::InnerMap::Dealloc(U*, google::protobuf::Map<Key, T>::size_type) [with U = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::Node; Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1311:14: required from ‘void google::protobuf::Map<Key, T>::InnerMap::DestroyNode(google::protobuf::Map<Key, T>::InnerMap::Node*) [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1022:23: required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::KeyValuePair>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1612:7: required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1617:26: required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1620:38: required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map_field_inl.h:228:3: required from ‘void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; int default_enum_value = 0]’
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/framework/function.pb.h:1111:14: required from here
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:606:10: warning: unused parameter ‘n’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::MapAllocator<U>::deallocate(google::protobuf::Map<Key, T>::MapAllocator<U>::pointer, google::protobuf::Map<Key, T>::MapAllocator<U>::size_type) [with U = google::protobuf::Map<std::basic_string<char>, int>::InnerMap::Node; Key = std::basic_string<char>; T = int; google::protobuf::Map<Key, T>::MapAllocator<U>::pointer = google::protobuf::Map<std::basic_string<char>, int>::InnerMap::Node*; google::protobuf::Map<Key, T>::MapAllocator<U>::value_type = google::protobuf::Map<std::basic_string<char>, int>::InnerMap::Node; google::protobuf::Map<Key, T>::MapAllocator<U>::size_type = long unsigned int]’:
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1306:7: required from ‘void google::protobuf::Map<Key, T>::InnerMap::Dealloc(U*, google::protobuf::Map<Key, T>::size_type) [with U = google::protobuf::Map<std::basic_string<char>, int>::InnerMap::Node; Key = std::basic_string<char>; T = int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1311:14: required from ‘void google::protobuf::Map<Key, T>::InnerMap::DestroyNode(google::protobuf::Map<Key, T>::InnerMap::Node*) [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1022:23: required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::basic_string<char>; T = int; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::basic_string<char>, int>::InnerMap::iterator_base<google::protobuf::Map<std::basic_string<char>, int>::KeyValuePair>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1612:7: required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1617:26: required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1620:38: required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map_field_inl.h:228:3: required from ‘void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Key = std::basic_string<char>; T = int; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)5u; int default_enum_value = 0]’
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/protobuf/config.pb.h:1763:23: required from here
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:606:10: warning: unused parameter ‘n’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::MapAllocator<U>::deallocate(google::protobuf::Map<Key, T>::MapAllocator<U>::pointer, google::protobuf::Map<Key, T>::MapAllocator<U>::size_type) [with U = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>, true>; Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::MapAllocator<U>::pointer = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>, true>*; google::protobuf::Map<Key, T>::MapAllocator<U>::value_type = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>, true>; google::protobuf::Map<Key, T>::MapAllocator<U>::size_type = long unsigned int]’:
/usr/include/c++/4.8/bits/hashtable.h:747:7: required from ‘void std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::_M_deallocate_node(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_type*) [with _Key = std::basic_string<char>; _Value = std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>; _Alloc = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<std::basic_string<char> >; _H1 = google::protobuf::hash<std::basic_string<char> >; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_type = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>, true>]’
/usr/include/c++/4.8/bits/hashtable.h:1496:29: required from ‘std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::_M_erase(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::size_type, std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_base*, std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_type*) [with _Key = std::basic_string<char>; _Value = std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>; _Alloc = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<std::basic_string<char> >; _H1 = google::protobuf::hash<std::basic_string<char> >; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator = std::__detail::_Node_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::size_type = long unsigned int; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_base = std::__detail::_Hash_node_base; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_type = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>, true>]’
/usr/include/c++/4.8/bits/hashtable.h:1470:43: required from ‘std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::erase(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::const_iterator) [with _Key = std::basic_string<char>; _Value = std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>; _Alloc = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<std::basic_string<char> >; _H1 = google::protobuf::hash<std::basic_string<char> >; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator = std::__detail::_Node_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::const_iterator = std::__detail::_Node_const_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>, false, true>]’
/usr/include/c++/4.8/bits/hashtable.h:681:42: required from ‘std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::erase(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator) [with _Key = std::basic_string<char>; _Value = std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>; _Alloc = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<std::basic_string<char> >; _H1 = google::protobuf::hash<std::basic_string<char> >; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator = std::__detail::_Node_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>, false, true>]’
/usr/include/c++/4.8/bits/unordered_map.h:453:31: required from ‘std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::iterator std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::erase(std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::iterator) [with _Key = std::basic_string<char>; _Tp = google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*; _Hash = google::protobuf::hash<std::basic_string<char> >; _Pred = std::equal_to<std::basic_string<char> >; _Alloc = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*> >; std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::iterator = std::__detail::_Node_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, tensorflow::AttrValue>*>, false, true>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1610:7: required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1617:26: required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1620:38: required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map_field_inl.h:228:3: required from ‘void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)11u; int default_enum_value = 0]’
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/framework/attr_value.pb.h:1669:15: required from here
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:606:10: warning: unused parameter ‘n’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::MapAllocator<U>::deallocate(google::protobuf::Map<Key, T>::MapAllocator<U>::pointer, google::protobuf::Map<Key, T>::MapAllocator<U>::size_type) [with U = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>, true>; Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::Map<Key, T>::MapAllocator<U>::pointer = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>, true>*; google::protobuf::Map<Key, T>::MapAllocator<U>::value_type = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>, true>; google::protobuf::Map<Key, T>::MapAllocator<U>::size_type = long unsigned int]’:
/usr/include/c++/4.8/bits/hashtable.h:747:7: required from ‘void std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::_M_deallocate_node(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_type*) [with _Key = std::basic_string<char>; _Value = std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>; _Alloc = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<std::basic_string<char> >; _H1 = google::protobuf::hash<std::basic_string<char> >; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_type = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>, true>]’
/usr/include/c++/4.8/bits/hashtable.h:1496:29: required from ‘std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::_M_erase(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::size_type, std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_base*, std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_type*) [with _Key = std::basic_string<char>; _Value = std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>; _Alloc = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<std::basic_string<char> >; _H1 = google::protobuf::hash<std::basic_string<char> >; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator = std::__detail::_Node_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::size_type = long unsigned int; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_base = std::__detail::_Hash_node_base; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_type = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>, true>]’
/usr/include/c++/4.8/bits/hashtable.h:1470:43: required from ‘std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::erase(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::const_iterator) [with _Key = std::basic_string<char>; _Value = std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>; _Alloc = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<std::basic_string<char> >; _H1 = google::protobuf::hash<std::basic_string<char> >; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator = std::__detail::_Node_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::const_iterator = std::__detail::_Node_const_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>, false, true>]’
/usr/include/c++/4.8/bits/hashtable.h:681:42: required from ‘std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::erase(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator) [with _Key = std::basic_string<char>; _Value = std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>; _Alloc = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<std::basic_string<char> >; _H1 = google::protobuf::hash<std::basic_string<char> >; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator = std::__detail::_Node_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>, false, true>]’
/usr/include/c++/4.8/bits/unordered_map.h:453:31: required from ‘std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::iterator std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::erase(std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::iterator) [with _Key = std::basic_string<char>; _Tp = google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*; _Hash = google::protobuf::hash<std::basic_string<char> >; _Pred = std::equal_to<std::basic_string<char> >; _Alloc = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*> >; std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::iterator = std::__detail::_Node_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, std::basic_string<char> >*>, false, true>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1610:7: required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1617:26: required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1620:38: required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map_field_inl.h:228:3: required from ‘void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; int default_enum_value = 0]’
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/framework/function.pb.h:1111:14: required from here
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:606:10: warning: unused parameter ‘n’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::MapAllocator<U>::deallocate(google::protobuf::Map<Key, T>::MapAllocator<U>::pointer, google::protobuf::Map<Key, T>::MapAllocator<U>::size_type) [with U = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>, true>; Key = std::basic_string<char>; T = int; google::protobuf::Map<Key, T>::MapAllocator<U>::pointer = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>, true>*; google::protobuf::Map<Key, T>::MapAllocator<U>::value_type = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>, true>; google::protobuf::Map<Key, T>::MapAllocator<U>::size_type = long unsigned int]’:
/usr/include/c++/4.8/bits/hashtable.h:747:7: required from ‘void std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::_M_deallocate_node(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_type*) [with _Key = std::basic_string<char>; _Value = std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>; _Alloc = google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<std::basic_string<char> >; _H1 = google::protobuf::hash<std::basic_string<char> >; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_type = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>, true>]’
/usr/include/c++/4.8/bits/hashtable.h:1496:29: required from ‘std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::_M_erase(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::size_type, std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_base*, std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_type*) [with _Key = std::basic_string<char>; _Value = std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>; _Alloc = google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<std::basic_string<char> >; _H1 = google::protobuf::hash<std::basic_string<char> >; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator = std::__detail::_Node_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::size_type = long unsigned int; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_base = std::__detail::_Hash_node_base; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::__node_type = std::__detail::_Hash_node<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>, true>]’
/usr/include/c++/4.8/bits/hashtable.h:1470:43: required from ‘std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::erase(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::const_iterator) [with _Key = std::basic_string<char>; _Value = std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>; _Alloc = google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<std::basic_string<char> >; _H1 = google::protobuf::hash<std::basic_string<char> >; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator = std::__detail::_Node_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::const_iterator = std::__detail::_Node_const_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>, false, true>]’
/usr/include/c++/4.8/bits/hashtable.h:681:42: required from ‘std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::erase(std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator) [with _Key = std::basic_string<char>; _Value = std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>; _Alloc = google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*> >; _ExtractKey = std::__detail::_Select1st; _Equal = std::equal_to<std::basic_string<char> >; _H1 = google::protobuf::hash<std::basic_string<char> >; _H2 = std::__detail::_Mod_range_hashing; _Hash = std::__detail::_Default_ranged_hash; _RehashPolicy = std::__detail::_Prime_rehash_policy; _Traits = std::__detail::_Hashtable_traits<true, false, true>; std::_Hashtable<_Key, _Value, _Alloc, _ExtractKey, _Equal, _H1, _H2, _Hash, _RehashPolicy, _Traits>::iterator = std::__detail::_Node_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>, false, true>]’
/usr/include/c++/4.8/bits/unordered_map.h:453:31: required from ‘std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::iterator std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::erase(std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::iterator) [with _Key = std::basic_string<char>; _Tp = google::protobuf::MapPair<std::basic_string<char>, int>*; _Hash = google::protobuf::hash<std::basic_string<char> >; _Pred = std::equal_to<std::basic_string<char> >; _Alloc = google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*> >; std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::iterator = std::__detail::_Node_iterator<std::pair<const std::basic_string<char>, google::protobuf::MapPair<std::basic_string<char>, int>*>, false, true>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1610:7: required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1617:26: required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1620:38: required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map_field_inl.h:228:3: required from ‘void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Key = std::basic_string<char>; T = int; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)5u; int default_enum_value = 0]’
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/protobuf/config.pb.h:1763:23: required from here
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:606:10: warning: unused parameter ‘n’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::MapAllocator<U>::deallocate(google::protobuf::Map<Key, T>::MapAllocator<U>::pointer, google::protobuf::Map<Key, T>::MapAllocator<U>::size_type) [with U = std::_Rb_tree_node<std::basic_string<char>*>; Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::MapAllocator<U>::pointer = std::_Rb_tree_node<std::basic_string<char>*>*; google::protobuf::Map<Key, T>::MapAllocator<U>::value_type = std::_Rb_tree_node<std::basic_string<char>*>; google::protobuf::Map<Key, T>::MapAllocator<U>::size_type = long unsigned int]’:
/usr/include/c++/4.8/bits/stl_tree.h:374:9: required from ‘void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_put_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type) [with _Key = std::basic_string<char>*; _Val = std::basic_string<char>*; _KeyOfValue = std::_Identity<std::basic_string<char>*>; _Compare = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type = std::_Rb_tree_node<std::basic_string<char>*>*]’
/usr/include/c++/4.8/bits/stl_tree.h:422:17: required from ‘void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_destroy_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type) [with _Key = std::basic_string<char>*; _Val = std::basic_string<char>*; _KeyOfValue = std::_Identity<std::basic_string<char>*>; _Compare = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type = std::_Rb_tree_node<std::basic_string<char>*>*]’
/usr/include/c++/4.8/bits/stl_tree.h:1746:26: required from ‘void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_erase_aux(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator) [with _Key = std::basic_string<char>*; _Val = std::basic_string<char>*; _KeyOfValue = std::_Identity<std::basic_string<char>*>; _Compare = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char>*>]’
/usr/include/c++/4.8/bits/stl_tree.h:809:25: required from ‘std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::erase(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator) [with _Key = std::basic_string<char>*; _Val = std::basic_string<char>*; _KeyOfValue = std::_Identity<std::basic_string<char>*>; _Compare = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char>*>]’
/usr/include/c++/4.8/bits/stl_set.h:552:37: required from ‘std::set<_Key, _Compare, _Alloc>::iterator std::set<_Key, _Compare, _Alloc>::erase(std::set<_Key, _Compare, _Alloc>::const_iterator) [with _Key = std::basic_string<char>*; _Compare = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::MapAllocator<std::basic_string<char>*>; std::set<_Key, _Compare, _Alloc>::iterator = std::_Rb_tree_const_iterator<std::basic_string<char>*>; std::set<_Key, _Compare, _Alloc>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char>*>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1013:9: required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::InnerMap::iterator_base<google::protobuf::Map<std::basic_string<char>, tensorflow::AttrValue>::KeyValuePair>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1612:7: required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1617:26: required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1620:38: required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::basic_string<char>; T = tensorflow::AttrValue]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map_field_inl.h:228:3: required from ‘void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Key = std::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)11u; int default_enum_value = 0]’
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/framework/attr_value.pb.h:1669:15: required from here
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:606:10: warning: unused parameter ‘n’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::MapAllocator<U>::deallocate(google::protobuf::Map<Key, T>::MapAllocator<U>::pointer, google::protobuf::Map<Key, T>::MapAllocator<U>::size_type) [with U = std::_Rb_tree_node<std::basic_string<char>*>; Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::Map<Key, T>::MapAllocator<U>::pointer = std::_Rb_tree_node<std::basic_string<char>*>*; google::protobuf::Map<Key, T>::MapAllocator<U>::value_type = std::_Rb_tree_node<std::basic_string<char>*>; google::protobuf::Map<Key, T>::MapAllocator<U>::size_type = long unsigned int]’:
/usr/include/c++/4.8/bits/stl_tree.h:374:9: required from ‘void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_put_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type) [with _Key = std::basic_string<char>*; _Val = std::basic_string<char>*; _KeyOfValue = std::_Identity<std::basic_string<char>*>; _Compare = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type = std::_Rb_tree_node<std::basic_string<char>*>*]’
/usr/include/c++/4.8/bits/stl_tree.h:422:17: required from ‘void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_destroy_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type) [with _Key = std::basic_string<char>*; _Val = std::basic_string<char>*; _KeyOfValue = std::_Identity<std::basic_string<char>*>; _Compare = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type = std::_Rb_tree_node<std::basic_string<char>*>*]’
/usr/include/c++/4.8/bits/stl_tree.h:1746:26: required from ‘void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_erase_aux(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator) [with _Key = std::basic_string<char>*; _Val = std::basic_string<char>*; _KeyOfValue = std::_Identity<std::basic_string<char>*>; _Compare = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char>*>]’
/usr/include/c++/4.8/bits/stl_tree.h:809:25: required from ‘std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::erase(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator) [with _Key = std::basic_string<char>*; _Val = std::basic_string<char>*; _KeyOfValue = std::_Identity<std::basic_string<char>*>; _Compare = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char>*>]’
/usr/include/c++/4.8/bits/stl_set.h:552:37: required from ‘std::set<_Key, _Compare, _Alloc>::iterator std::set<_Key, _Compare, _Alloc>::erase(std::set<_Key, _Compare, _Alloc>::const_iterator) [with _Key = std::basic_string<char>*; _Compare = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::MapAllocator<std::basic_string<char>*>; std::set<_Key, _Compare, _Alloc>::iterator = std::_Rb_tree_const_iterator<std::basic_string<char>*>; std::set<_Key, _Compare, _Alloc>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char>*>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1013:9: required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<std::basic_string<char>, std::basic_string<char> >::KeyValuePair>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1612:7: required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1617:26: required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1620:38: required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::basic_string<char>; T = std::basic_string<char>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map_field_inl.h:228:3: required from ‘void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Key = std::basic_string<char>; T = std::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; int default_enum_value = 0]’
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/framework/function.pb.h:1111:14: required from here
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:606:10: warning: unused parameter ‘n’ [-Wunused-parameter]
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::MapAllocator<U>::deallocate(google::protobuf::Map<Key, T>::MapAllocator<U>::pointer, google::protobuf::Map<Key, T>::MapAllocator<U>::size_type) [with U = std::_Rb_tree_node<std::basic_string<char>*>; Key = std::basic_string<char>; T = int; google::protobuf::Map<Key, T>::MapAllocator<U>::pointer = std::_Rb_tree_node<std::basic_string<char>*>*; google::protobuf::Map<Key, T>::MapAllocator<U>::value_type = std::_Rb_tree_node<std::basic_string<char>*>; google::protobuf::Map<Key, T>::MapAllocator<U>::size_type = long unsigned int]’:
/usr/include/c++/4.8/bits/stl_tree.h:374:9: required from ‘void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_put_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type) [with _Key = std::basic_string<char>*; _Val = std::basic_string<char>*; _KeyOfValue = std::_Identity<std::basic_string<char>*>; _Compare = google::protobuf::Map<std::basic_string<char>, int>::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type = std::_Rb_tree_node<std::basic_string<char>*>*]’
/usr/include/c++/4.8/bits/stl_tree.h:422:17: required from ‘void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_destroy_node(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type) [with _Key = std::basic_string<char>*; _Val = std::basic_string<char>*; _KeyOfValue = std::_Identity<std::basic_string<char>*>; _Compare = google::protobuf::Map<std::basic_string<char>, int>::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Link_type = std::_Rb_tree_node<std::basic_string<char>*>*]’
/usr/include/c++/4.8/bits/stl_tree.h:1746:26: required from ‘void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_erase_aux(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator) [with _Key = std::basic_string<char>*; _Val = std::basic_string<char>*; _KeyOfValue = std::_Identity<std::basic_string<char>*>; _Compare = google::protobuf::Map<std::basic_string<char>, int>::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char>*>]’
/usr/include/c++/4.8/bits/stl_tree.h:809:25: required from ‘std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::erase(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator) [with _Key = std::basic_string<char>*; _Val = std::basic_string<char>*; _KeyOfValue = std::_Identity<std::basic_string<char>*>; _Compare = google::protobuf::Map<std::basic_string<char>, int>::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator = std::_Rb_tree_iterator<std::basic_string<char>*>; std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char>*>]’
/usr/include/c++/4.8/bits/stl_set.h:552:37: required from ‘std::set<_Key, _Compare, _Alloc>::iterator std::set<_Key, _Compare, _Alloc>::erase(std::set<_Key, _Compare, _Alloc>::const_iterator) [with _Key = std::basic_string<char>*; _Compare = google::protobuf::Map<std::basic_string<char>, int>::InnerMap::KeyCompare; _Alloc = google::protobuf::Map<std::basic_string<char>, int>::MapAllocator<std::basic_string<char>*>; std::set<_Key, _Compare, _Alloc>::iterator = std::_Rb_tree_const_iterator<std::basic_string<char>*>; std::set<_Key, _Compare, _Alloc>::const_iterator = std::_Rb_tree_const_iterator<std::basic_string<char>*>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1013:9: required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::basic_string<char>; T = int; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::basic_string<char>, int>::InnerMap::iterator_base<google::protobuf::Map<std::basic_string<char>, int>::KeyValuePair>]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1612:7: required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1617:26: required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:1620:38: required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::basic_string<char>; T = int]’
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map_field_inl.h:228:3: required from ‘void google::protobuf::internal::MapField<Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Key = std::basic_string<char>; T = int; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9u; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)5u; int default_enum_value = 0]’
/home/wsun/deepdetect/build/tensorflow/src/tensorflow/dbuild/execroot/tensorflow/bazel-out/host/genfiles/tensorflow/core/protobuf/config.pb.h:1763:23: required from here
/home/wsun/deepdetect/build/protobuf/include/google/protobuf/map.h:606:10: warning: unused parameter ‘n’ [-Wunused-parameter]
make[2]: *** [src/CMakeFiles/ddetect.dir/deepdetect.cc.o] Error 1
make[1]: *** [src/CMakeFiles/ddetect.dir/all] Error 2
make: *** [all] Error 2
wsun@deeplearningdetect03:~/deepdetect/build$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment