Advertisement
Guest User

hmm

a guest
Apr 13th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.89 KB | None | 0 0
  1. Last login: Mon Apr 11 23:42:07 on ttys001
  2. mohammeds-imac:~ mohammedsamara$ cd steem
  3. mohammeds-imac:steem mohammedsamara$ cmake . -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DOPENSSL_LIBRARIES=/usr/local/opt/openssl/lib -DBOOST_ROOT=/usr/local/Cellar/boost
  4. -- BUILD_STEEM_TESTNET: OFF
  5. -- LOW_MEMORY_NODE: OFF
  6. -- Using custom FindBoost.cmake
  7. -- Boost version: 1.60.0
  8. -- Found the following Boost libraries:
  9. -- thread
  10. -- date_time
  11. -- system
  12. -- filesystem
  13. -- program_options
  14. -- signals
  15. -- serialization
  16. -- chrono
  17. -- unit_test_framework
  18. -- context
  19. -- locale
  20. -- Using custom FindBoost.cmake
  21. -- Boost version: 1.60.0
  22. -- Found the following Boost libraries:
  23. -- coroutine
  24. -- Configuring Steem on OS X
  25. -- Configuring project fc located in: /Users/mohammedsamara/steem/libraries/fc
  26. -- Configuring fc to build on Unix/Apple
  27. -- Using custom FindBoost.cmake
  28. -- Boost version: 1.60.0
  29. -- Found the following Boost libraries:
  30. -- thread
  31. -- date_time
  32. -- system
  33. -- filesystem
  34. -- program_options
  35. -- signals
  36. -- serialization
  37. -- chrono
  38. -- unit_test_framework
  39. -- context
  40. -- locale
  41. -- iostreams
  42. -- coroutine
  43. ** websocketpp
  44.  
  45. =========== Used Build Configuration =============
  46.  
  47. -- ENABLE_CPP11 = ON
  48. -- BUILD_EXAMPLES = OFF
  49. -- BUILD_TESTS = OFF
  50.  
  51. -- WEBSOCKETPP_ROOT = /Users/mohammedsamara/steem/libraries/fc/vendor/websocketpp
  52. -- WEBSOCKETPP_BIN = /Users/mohammedsamara/steem/libraries/fc/vendor/websocketpp/bin
  53. -- WEBSOCKETPP_LIB = /Users/mohammedsamara/steem/libraries/fc/vendor/websocketpp/lib
  54. -- Install prefix = /usr/local
  55.  
  56. -- WEBSOCKETPP_BOOST_LIBS =
  57. -- WEBSOCKETPP_PLATFORM_LIBS =
  58. -- WEBSOCKETPP_PLATFORM_TSL_LIBS =
  59.  
  60. -- Finished fc module configuration...
  61. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  62. --
  63.  
  64. CONFIGURED FOR STEEM NETWORK
  65.  
  66.  
  67. --
  68.  
  69. CONFIGURED FOR FULL NODE
  70.  
  71.  
  72. -- Configuring done
  73. -- Generating done
  74. -- Build files have been written to: /Users/mohammedsamara/steem
  75. mohammeds-imac:steem mohammedsamara$ make
  76. [ 7%] Built target udt
  77. [ 8%] Performing autogen step for 'project_secp256k1'
  78. glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
  79. glibtoolize: copying file 'build-aux/ltmain.sh'
  80. glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build-aux/m4'.
  81. glibtoolize: copying file 'build-aux/m4/libtool.m4'
  82. glibtoolize: copying file 'build-aux/m4/ltoptions.m4'
  83. glibtoolize: copying file 'build-aux/m4/ltsugar.m4'
  84. glibtoolize: copying file 'build-aux/m4/ltversion.m4'
  85. glibtoolize: copying file 'build-aux/m4/lt~obsolete.m4'
  86. configure.ac:10: installing 'build-aux/compile'
  87. configure.ac:9: installing 'build-aux/missing'
  88. Makefile.am: installing 'build-aux/depcomp'
  89. [ 8%] Creating directories for 'project_secp256k1'
  90. [ 9%] No download step for 'project_secp256k1'
  91. [ 9%] No update step for 'project_secp256k1'
  92. [ 10%] No patch step for 'project_secp256k1'
  93. [ 10%] Performing configure step for 'project_secp256k1'
  94. checking build system type... x86_64-apple-darwin13.4.0
  95. checking host system type... x86_64-apple-darwin13.4.0
  96. checking for a BSD-compatible install... /usr/bin/install -c
  97. checking whether build environment is sane... yes
  98. checking for a thread-safe mkdir -p... /Users/mohammedsamara/steem/libraries/fc/vendor/secp256k1-zkp/build-aux/install-sh -c -d
  99. checking for gawk... no
  100. checking for mawk... no
  101. checking for nawk... no
  102. checking for awk... awk
  103. checking whether make sets $(MAKE)... yes
  104. checking whether make supports nested variables... yes
  105. checking how to print strings... printf
  106. checking for style of include used by make... GNU
  107. checking for gcc... gcc
  108. checking whether the C compiler works... yes
  109. checking for C compiler default output file name... a.out
  110. checking for suffix of executables...
  111. checking whether we are cross compiling... no
  112. checking for suffix of object files... o
  113. checking whether we are using the GNU C compiler... yes
  114. checking whether gcc accepts -g... yes
  115. checking for gcc option to accept ISO C89... none needed
  116. checking whether gcc understands -c and -o together... yes
  117. checking dependency style of gcc... gcc3
  118. checking for a sed that does not truncate output... /usr/bin/sed
  119. checking for grep that handles long lines and -e... /usr/bin/grep
  120. checking for egrep... /usr/bin/grep -E
  121. checking for fgrep... /usr/bin/grep -F
  122. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  123. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  124. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  125. checking the name lister (/usr/bin/nm) interface... BSD nm
  126. checking whether ln -s works... yes
  127. checking the maximum length of command line arguments... 196608
  128. checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
  129. checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
  130. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  131. checking for objdump... no
  132. checking how to recognize dependent libraries... pass_all
  133. checking for dlltool... no
  134. checking how to associate runtime and link libraries... printf %s\n
  135. checking for ar... ar
  136. checking for archiver @FILE support... no
  137. checking for strip... strip
  138. checking for ranlib... ranlib
  139. checking command to parse /usr/bin/nm output from gcc object... ok
  140. checking for sysroot... no
  141. checking for a working dd... /bin/dd
  142. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  143. checking for mt... no
  144. checking if : is a manifest tool... no
  145. checking for dsymutil... dsymutil
  146. checking for nmedit... nmedit
  147. checking for lipo... lipo
  148. checking for otool... otool
  149. checking for otool64... no
  150. checking for -single_module linker flag... yes
  151. checking for -exported_symbols_list linker flag... yes
  152. checking for -force_load linker flag... yes
  153. checking how to run the C preprocessor... gcc -E
  154. checking for ANSI C header files... yes
  155. checking for sys/types.h... yes
  156. checking for sys/stat.h... yes
  157. checking for stdlib.h... yes
  158. checking for string.h... yes
  159. checking for memory.h... yes
  160. checking for strings.h... yes
  161. checking for inttypes.h... yes
  162. checking for stdint.h... yes
  163. checking for unistd.h... yes
  164. checking for dlfcn.h... yes
  165. checking for objdir... .libs
  166. checking if gcc supports -fno-rtti -fno-exceptions... yes
  167. checking for gcc option to produce PIC... -fno-common -DPIC
  168. checking if gcc PIC flag -fno-common -DPIC works... yes
  169. checking if gcc static flag -static works... no
  170. checking if gcc supports -c -o file.o... yes
  171. checking if gcc supports -c -o file.o... (cached) yes
  172. checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  173. checking dynamic linker characteristics... darwin13.4.0 dyld
  174. checking how to hardcode library paths into programs... immediate
  175. checking whether stripping libraries is possible... yes
  176. checking if libtool supports shared libraries... yes
  177. checking whether to build shared libraries... yes
  178. checking whether to build static libraries... yes
  179. checking whether make supports nested variables... (cached) yes
  180. checking for pkg-config... /usr/local/bin/pkg-config
  181. checking pkg-config is at least version 0.9.0... yes
  182. checking for ar... /usr/bin/ar
  183. checking for ranlib... /usr/bin/ranlib
  184. checking for strip... /usr/bin/strip
  185. checking for gcc option to accept ISO C89... (cached) none needed
  186. checking for brew... /usr/local/bin/brew
  187. checking if gcc supports -std=c89 -pedantic -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes -Wno-unused-function -Wno-long-long -Wno-overlength-strings... yes
  188. checking for __int128... yes
  189. checking for __builtin_expect... yes
  190. checking for __builtin_clzll... yes
  191. checking for x86_64 assembly availability... no
  192. checking for CRYPTO... yes
  193. checking for main in -lcrypto... yes
  194. checking for EC functions in libcrypto... no
  195. checking whether byte ordering is bigendian... no
  196. configure: Using assembly optimizations: no
  197. configure: Using field implementation: 64bit
  198. configure: Using bignum implementation: no
  199. configure: Using scalar implementation: 64bit
  200. configure: Using endomorphism optimizations: no
  201. checking that generated files are newer than configure... done
  202. configure: creating ./config.status
  203. config.status: creating Makefile
  204. config.status: creating libsecp256k1.pc
  205. config.status: creating src/libsecp256k1-config.h
  206. config.status: src/libsecp256k1-config.h is unchanged
  207. config.status: executing depfiles commands
  208. config.status: executing libtool commands
  209. [ 10%] Performing build step for 'project_secp256k1'
  210. [ 11%] Performing install step for 'project_secp256k1'
  211. [ 11%] Completed 'project_secp256k1'
  212. [ 11%] Built target project_secp256k1
  213. [ 50%] Built target fc
  214. [ 57%] Built target all_tests
  215. [ 58%] Built target api
  216. [ 60%] Built target blind
  217. [ 61%] Built target blinding_test
  218. [ 62%] Built target bloom_test
  219. [ 63%] Built target ecc_test
  220. [ 64%] Built target hmac_test
  221. [ 66%] Built target ntp_test
  222. [ 67%] Built target real128_test
  223. [ 68%] Built target task_cancel_test
  224. [ 69%] Built target udt_client
  225. [ 70%] Built target udt_server
  226. [ 71%] Built target graphene_db
  227. [ 72%] Built target deterministic_openssl_rand
  228. [ 73%] Built target cat-parts
  229. File "/Users/mohammedsamara/steem/libraries/chain/include/steemit/chain/hardfork.hpp" up-to-date with .d directory
  230. [ 73%] Built target build_hardfork_hpp
  231. [ 80%] Built target steemit_chain
  232. [ 84%] Built target graphene_net
  233. [ 85%] Built target graphene_time
  234. [ 87%] Built target graphene_utilities
  235. [ 88%] Building CXX object libraries/app/CMakeFiles/steemit_app.dir/database_api.cpp.o
  236. In file included from /Users/mohammedsamara/steem/libraries/app/database_api.cpp:25:
  237. In file included from /Users/mohammedsamara/steem/libraries/app/include/steemit/app/database_api.hpp:25:
  238. In file included from /Users/mohammedsamara/steem/libraries/app/include/steemit/app/state.hpp:2:
  239. In file included from /Users/mohammedsamara/steem/libraries/chain/include/steemit/chain/global_property_object.hpp:2:
  240. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/uint128.hpp:4:
  241. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/string:439:
  242. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:626:
  243. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/utility:254:9: error:
  244. field has incomplete type 'steemit::chain::operation_object'
  245. _T2 second;
  246. ^
  247. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/type_traits:2023:27: note:
  248. in instantiation of template class 'std::__1::pair<const unsigned long long,
  249. steemit::chain::operation_object>' requested here
  250. decltype(__is_constructible_test(declval<_Tp>(), declval<_Args>()...))
  251. ^
  252. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/type_traits:2072:14: note:
  253. in instantiation of template class 'std::__1::__is_constructible<false,
  254. std::__1::allocator<std::__1::pair<const unsigned long long, steemit::chain::operation_object> >>'
  255. requested here
  256. : public __is_constructible<is_scalar<_Tp>::value || is_reference<_Tp>::value,
  257. ^
  258. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/type_traits:2098:14: note:
  259. in instantiation of template class 'std::__1::__is_constructible_void_check<false,
  260. std::__1::allocator<std::__1::pair<const unsigned long long, steemit::chain::operation_object> >>'
  261. requested here
  262. : public __is_constructible_void_check<__contains_void<_Tp, _Args...>::value
  263. ^
  264. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/type_traits:2578:34: note:
  265. in instantiation of template class 'std::__1::is_constructible<std::__1::allocator<std::__1::pair<const
  266. unsigned long long, steemit::chain::operation_object> >>' requested here
  267. : __is_nothrow_constructible<is_constructible<_Tp, _Args...>::value, _Tp, _Args...>
  268. ^
  269. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/type_traits:2700:14: note:
  270. in instantiation of template class
  271. 'std::__1::is_nothrow_constructible<std::__1::allocator<std::__1::pair<const unsigned long long,
  272. steemit::chain::operation_object> >>' requested here
  273. : public is_nothrow_constructible<_Tp>
  274. ^
  275. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/map:840:13: note:
  276. in instantiation of template class
  277. 'std::__1::is_nothrow_default_constructible<std::__1::allocator<std::__1::pair<const unsigned long long,
  278. steemit::chain::operation_object> > >' requested here
  279. is_nothrow_default_constructible<allocator_type>::value &&
  280. ^
  281. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__config:332:34: note:
  282. expanded from macro '_NOEXCEPT_'
  283. # define _NOEXCEPT_(x) noexcept(x)
  284. ^
  285. /Users/mohammedsamara/steem/libraries/app/include/steemit/app/state.hpp:44:7: note: in instantiation of exception
  286. specification for 'map' requested here
  287. extended_account(){}
  288. ^
  289. /Users/mohammedsamara/steem/libraries/chain/include/steemit/chain/protocol/types.hpp:116:10: note: forward
  290. declaration of 'steemit::chain::operation_object'
  291. class operation_object;
  292. ^
  293. In file included from /Users/mohammedsamara/steem/libraries/app/database_api.cpp:25:
  294. In file included from /Users/mohammedsamara/steem/libraries/app/include/steemit/app/database_api.hpp:25:
  295. In file included from /Users/mohammedsamara/steem/libraries/app/include/steemit/app/state.hpp:2:
  296. In file included from /Users/mohammedsamara/steem/libraries/chain/include/steemit/chain/global_property_object.hpp:2:
  297. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/uint128.hpp:6:
  298. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/exception/exception.hpp:6:
  299. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/log/logger.hpp:3:
  300. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/time.hpp:138:
  301. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/reflect/reflect.hpp:18:
  302. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/reflect/typename.hpp:4:
  303. In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/map:423:
  304. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__tree:1361:44: error:
  305. static_cast from '__node_pointer' (aka 'std::__1::__tree_node<std::__1::__value_type<unsigned long long,
  306. steemit::chain::operation_object>, void *> *') to '__node_base_pointer' (aka
  307. 'std::__1::__tree_node_base<void *> *') is not allowed
  308. __end_node()->__left_->__parent_ = static_cast<__node_base_pointer>(__end_node());
  309. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  310. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/__tree:1423:5: note:
  311. in instantiation of member function 'std::__1::__tree<std::__1::__value_type<unsigned long long,
  312. steemit::chain::operation_object>, std::__1::__map_value_compare<unsigned long long,
  313. std::__1::__value_type<unsigned long long, steemit::chain::operation_object>, std::__1::less<unsigned long
  314. long>, true>, std::__1::allocator<std::__1::__value_type<unsigned long long,
  315. steemit::chain::operation_object> > >::__move_assign' requested here
  316. __move_assign(__t, integral_constant<bool,
  317. ^
  318. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/map:910:21: note:
  319. in instantiation of member function 'std::__1::__tree<std::__1::__value_type<unsigned long long,
  320. steemit::chain::operation_object>, std::__1::__map_value_compare<unsigned long long,
  321. std::__1::__value_type<unsigned long long, steemit::chain::operation_object>, std::__1::less<unsigned long
  322. long>, true>, std::__1::allocator<std::__1::__value_type<unsigned long long,
  323. steemit::chain::operation_object> > >::operator=' requested here
  324. __tree_ = _VSTD::move(__m.__tree_);
  325. ^
  326. /Users/mohammedsamara/steem/libraries/app/include/steemit/app/state.hpp:43:11: note: in instantiation of member
  327. function 'std::__1::map<unsigned long long, steemit::chain::operation_object, std::__1::less<unsigned long
  328. long>, std::__1::allocator<std::__1::pair<const unsigned long long, steemit::chain::operation_object> >
  329. >::operator=' requested here
  330. struct extended_account : public account_object {
  331. ^
  332. In file included from /Users/mohammedsamara/steem/libraries/app/database_api.cpp:25:
  333. In file included from /Users/mohammedsamara/steem/libraries/app/include/steemit/app/database_api.hpp:25:
  334. In file included from /Users/mohammedsamara/steem/libraries/app/include/steemit/app/state.hpp:2:
  335. In file included from /Users/mohammedsamara/steem/libraries/chain/include/steemit/chain/global_property_object.hpp:2:
  336. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/uint128.hpp:6:
  337. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/exception/exception.hpp:6:
  338. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/log/logger.hpp:3:
  339. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/time.hpp:138:
  340. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/reflect/reflect.hpp:18:
  341. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/reflect/typename.hpp:4:
  342. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/map:1384:53: error:
  343. static_cast from 'pointer' (aka 'std::__1::__tree_node<std::__1::__value_type<unsigned long long,
  344. steemit::chain::operation_object>, void *> *') to '__node_base_pointer' (aka
  345. 'std::__1::__tree_node_base<void *> *') is not allowed
  346. __tree_.__insert_node_at(__parent, __child, static_cast<__node_base_pointer>(__h.get()));
  347. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  348. /Users/mohammedsamara/steem/libraries/app/database_api.cpp:985:38: note: in instantiation of member function
  349. 'std::__1::map<unsigned long long, steemit::chain::operation_object, std::__1::less<unsigned long long>,
  350. std::__1::allocator<std::__1::pair<const unsigned long long, steemit::chain::operation_object> >
  351. >::operator[]' requested here
  352. eacnt.transfer_history[item.first] = item.second;
  353. ^
  354. In file included from /Users/mohammedsamara/steem/libraries/app/database_api.cpp:25:
  355. In file included from /Users/mohammedsamara/steem/libraries/app/include/steemit/app/database_api.hpp:25:
  356. In file included from /Users/mohammedsamara/steem/libraries/app/include/steemit/app/state.hpp:2:
  357. In file included from /Users/mohammedsamara/steem/libraries/chain/include/steemit/chain/global_property_object.hpp:2:
  358. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/uint128.hpp:6:
  359. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/exception/exception.hpp:6:
  360. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/log/logger.hpp:3:
  361. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/time.hpp:138:
  362. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/reflect/reflect.hpp:18:
  363. In file included from /Users/mohammedsamara/steem/libraries/fc/include/fc/reflect/typename.hpp:4:
  364. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/map:1219:16: error:
  365. static_cast from '__node_pointer' (aka 'std::__1::__tree_node<std::__1::__value_type<unsigned long long,
  366. steemit::chain::operation_object>, void *> *') to '__node_base_pointer' (aka
  367. 'std::__1::__tree_node_base<void *> *') is not allowed
  368. __parent = static_cast<__node_base_pointer>(__tree_.__end_node());
  369. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  370. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/map:1379:36: note:
  371. in instantiation of member function 'std::__1::map<unsigned long long, steemit::chain::operation_object,
  372. std::__1::less<unsigned long long>, std::__1::allocator<std::__1::pair<const unsigned long long,
  373. steemit::chain::operation_object> > >::__find_equal_key' requested here
  374. __node_base_pointer& __child = __find_equal_key(__parent, __k);
  375. ^
  376. /Users/mohammedsamara/steem/libraries/app/database_api.cpp:985:38: note: in instantiation of member function
  377. 'std::__1::map<unsigned long long, steemit::chain::operation_object, std::__1::less<unsigned long long>,
  378. std::__1::allocator<std::__1::pair<const unsigned long long, steemit::chain::operation_object> >
  379. >::operator[]' requested here
  380. eacnt.transfer_history[item.first] = item.second;
  381. ^
  382. 4 errors generated.
  383. make[2]: *** [libraries/app/CMakeFiles/steemit_app.dir/database_api.cpp.o] Error 1
  384. make[1]: *** [libraries/app/CMakeFiles/steemit_app.dir/all] Error 2
  385. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement