OneEvil
|
|
July 03, 2014, 04:42:52 PM |
|
Error compile latest version from git. Ubuntu 14.04 uname -a: Linux oneevil.ru 3.13.0-30-generic #54-Ubuntu SMP Mon Jun 9 22:45:01 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [ 41%] Building CXX object src/CMakeFiles/node_rpc_proxy.dir/node_rpc_proxy/NodeRpcProxy.cpp.o In file included from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.h:12:0, from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:5: /root/bytecoin/src/common/ObserverManager.h: In instantiation of ‘bool tools::ObserverManager<T>::add(T*) [with T = CryptoNote::INodeObserver]’: /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:152:40: required from here /root/bytecoin/src/common/ObserverManager.h:17:73: error: no matching function for call to ‘find(std::vector<CryptoNote::INodeObserver*, std::allocator<CryptoNote::INodeObserver*> >::iterator, std::vector<CryptoNote::INodeObserver*, std::allocator<CryptoNote::INodeObserver*> >::iterator, CryptoNote::INodeObserver*&)’ auto it = std::find(m_observers.begin(), m_observers.end(), observer); ^ /root/bytecoin/src/common/ObserverManager.h:17:73: note: candidate is: In file included from /usr/include/c++/4.8/bits/locale_facets.h:48:0, from /usr/include/c++/4.8/bits/basic_ios.h:37, from /usr/include/c++/4.8/ios:44, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iterator:64, from /usr/include/boost/iterator.hpp:17, from /usr/include/boost/operators.hpp:86, from /usr/include/boost/system/error_code.hpp:17, from /usr/include/boost/asio/detail/throw_error.hpp:19, from /usr/include/boost/asio/detail/impl/posix_event.ipp:23, from /usr/include/boost/asio/detail/posix_event.hpp:95, from /usr/include/boost/asio/detail/event.hpp:25, from /usr/include/boost/asio/detail/task_io_service_thread_info.hpp:18, from /usr/include/boost/asio/impl/handler_alloc_hook.ipp:26, from /usr/include/boost/asio/handler_alloc_hook.hpp:80, from /usr/include/boost/asio/detail/handler_alloc_helpers.hpp:21, from /usr/include/boost/asio/detail/bind_handler.hpp:19, from /usr/include/boost/asio/detail/wrapped_handler.hpp:18, from /usr/include/boost/asio/io_service.hpp:24, from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.h:10, from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:5: /usr/include/c++/4.8/bits/streambuf_iterator.h:369:5: note: template<class _CharT2> typename __gnu_cxx::__enable_if<std::__is_char<_CharT2>::__value, std::istreambuf_iterator<_CharT> >::__type std::find(std::istreambuf_iterator<_CharT>, std::istreambuf_iterator<_CharT>, const _CharT2&) find(istreambuf_iterator<_CharT> __first, ^ /usr/include/c++/4.8/bits/streambuf_iterator.h:369:5: note: template argument deduction/substitution failed: In file included from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.h:12:0, from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:5: /root/bytecoin/src/common/ObserverManager.h:17:73: note: ‘__gnu_cxx::__normal_iterator<CryptoNote::INodeObserver**, std::vector<CryptoNote::INodeObserver*, std::allocator<CryptoNote::INodeObserver*> > >’ is not derived from ‘std::istreambuf_iterator<_CharT>’ auto it = std::find(m_observers.begin(), m_observers.end(), observer); ^ /root/bytecoin/src/common/ObserverManager.h: In instantiation of ‘bool tools::ObserverManager<T>::remove(T*) [with T = CryptoNote::INodeObserver]’: /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:156:43: required from here /root/bytecoin/src/common/ObserverManager.h:28:73: error: no matching function for call to ‘find(std::vector<CryptoNote::INodeObserver*, std::allocator<CryptoNote::INodeObserver*> >::iterator, std::vector<CryptoNote::INodeObserver*, std::allocator<CryptoNote::INodeObserver*> >::iterator, CryptoNote::INodeObserver*&)’ auto it = std::find(m_observers.begin(), m_observers.end(), observer); ^ /root/bytecoin/src/common/ObserverManager.h:28:73: note: candidate is: In file included from /usr/include/c++/4.8/bits/locale_facets.h:48:0, from /usr/include/c++/4.8/bits/basic_ios.h:37, from /usr/include/c++/4.8/ios:44, from /usr/include/c++/4.8/ostream:38, from /usr/include/c++/4.8/iterator:64, from /usr/include/boost/iterator.hpp:17, from /usr/include/boost/operators.hpp:86, from /usr/include/boost/system/error_code.hpp:17, from /usr/include/boost/asio/detail/throw_error.hpp:19, from /usr/include/boost/asio/detail/impl/posix_event.ipp:23, from /usr/include/boost/asio/detail/posix_event.hpp:95, from /usr/include/boost/asio/detail/event.hpp:25, from /usr/include/boost/asio/detail/task_io_service_thread_info.hpp:18, from /usr/include/boost/asio/impl/handler_alloc_hook.ipp:26, from /usr/include/boost/asio/handler_alloc_hook.hpp:80, from /usr/include/boost/asio/detail/handler_alloc_helpers.hpp:21, from /usr/include/boost/asio/detail/bind_handler.hpp:19, from /usr/include/boost/asio/detail/wrapped_handler.hpp:18, from /usr/include/boost/asio/io_service.hpp:24, from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.h:10, from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:5: /usr/include/c++/4.8/bits/streambuf_iterator.h:369:5: note: template<class _CharT2> typename __gnu_cxx::__enable_if<std::__is_char<_CharT2>::__value, std::istreambuf_iterator<_CharT> >::__type std::find(std::istreambuf_iterator<_CharT>, std::istreambuf_iterator<_CharT>, const _CharT2&) find(istreambuf_iterator<_CharT> __first, ^ /usr/include/c++/4.8/bits/streambuf_iterator.h:369:5: note: template argument deduction/substitution failed: In file included from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.h:12:0, from /root/bytecoin/src/node_rpc_proxy/NodeRpcProxy.cpp:5: /root/bytecoin/src/common/ObserverManager.h:28:73: note: ‘__gnu_cxx::__normal_iterator<CryptoNote::INodeObserver**, std::vector<CryptoNote::INodeObserver*, std::allocator<CryptoNote::INodeObserver*> > >’ is not derived from ‘std::istreambuf_iterator<_CharT>’ auto it = std::find(m_observers.begin(), m_observers.end(), observer); ^ /root/bytecoin/src/common/ObserverManager.h: In member function ‘bool tools::ObserverManager<T>::add(T*) [with T = CryptoNote::INodeObserver]’: /root/bytecoin/src/common/ObserverManager.h:24:3: error: control reaches end of non-void function [-Werror=return-type] } ^ /root/bytecoin/src/common/ObserverManager.h: In member function ‘bool tools::ObserverManager<T>::remove(T*) [with T = CryptoNote::INodeObserver]’: /root/bytecoin/src/common/ObserverManager.h:35:3: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1plus: all warnings being treated as errors make[3]: *** [src/CMakeFiles/node_rpc_proxy.dir/node_rpc_proxy/NodeRpcProxy.cpp.o] Error 1 make[3]: Leaving directory `/root/bytecoin/build/release' make[2]: *** [src/CMakeFiles/node_rpc_proxy.dir/all] Error 2 make[2]: Leaving directory `/root/bytecoin/build/release' make[1]: *** [all] Error 2 make[1]: Leaving directory `/root/bytecoin/build/release' make: *** [build-release] Error 2 I'm not sure, but try to add #include <algorithm> to ObserverManager.h Tank you, it is work.
|
|
|
|
DStrange (OP)
|
|
July 03, 2014, 05:25:41 PM |
|
OneEvil, no problem. You are welcome!
|
|
|
|
DStrange (OP)
|
|
July 03, 2014, 06:38:12 PM |
|
no-ice-please FYI I am the one who is responsible for BCN Community Website, not Harry Ullman.
DStrange, if you don't mind, some questions, I have an open mind. 1) When did you personally first become aware of bytecoin bcn? 2) Do you personally know any of the people who mined it during its secret phase? Sorry for the delay in answering you. I haven't seen your post earlier. 1) March. This year. I was looking for BTE mining pool and found BCN website occasionally. 2) Yes, I do. But I haven't known them before I became interested in BCN.
|
|
|
|
werrindor
Member
Offline
Activity: 98
Merit: 10
|
|
July 03, 2014, 07:24:49 PM |
|
Good news! In two weeks we're "going to see a next significant step in Bytecoin's and CryptoNote's development". Who is this Harry Ullman? Who knows? It seems like the people behind bcn are hiding, maybe using fake names. Anyway good news for bcn today. The market cap of the coin jumped from 6,066,000 to 6,660,000 dollars. Next stop 6,660,666. All aboard. Hello, this is internet. Using fake names is a commom thing here if you haven't noticed yet. The easiest example i can come up with - Satoshi Nikamoto. You don't thing this is this person's real name, don't you?
|
|
|
|
David1978
Newbie
Offline
Activity: 67
Merit: 0
|
|
July 03, 2014, 07:55:35 PM |
|
Quick reminder!!!! Tomorrow (07/4) is Bytecoin's birthday! 2 years in cryptoworld!
|
|
|
|
tjkurtisss
Member
Offline
Activity: 80
Merit: 10
|
|
July 03, 2014, 08:05:31 PM |
|
VOTE FOR BYTECOIN (BCN) TO BE ADDED ON HITBTC EXCHANGE! https://hitbtc.com/vote Do not forget that once you sign in to your Hitbtc account, your votes will be multiplied by 10. Hm, seems like Monero is very high in the voting. Let's catch up with them! Let's beat biebercoin at least
|
Donations welcome: 6d36246a-fc42-493f-afef-46936974c2bf
|
|
|
KriszDev
|
|
July 03, 2014, 08:46:02 PM |
|
Quick reminder!!!! Tomorrow (07/4) is Bytecoin's birthday! 2 years in cryptoworld! First blocks birthday is 04 Jul 05:00:00 GMT.
|
|
|
|
Rias
|
|
July 04, 2014, 06:51:28 AM |
|
Happy birthday, Bytecoin developers and community! Let the force be with us!
|
|
|
|
Cheesus
Sr. Member
Offline
Activity: 692
Merit: 254
terra-credit.com
|
|
July 04, 2014, 08:08:20 AM |
|
Yeeeeey! Happy Birthday Bytecoin! Bright future awaits!
|
███████████████████████ █████████████████████ ███████████████████ █████████████████ ███████████████████████ █████████████ ███████████ █████████ ███████ █████ ███ █
| terracredit | | ● ● ● ● ● ● ●
| | | | ● ● ● ● ● ● ●
| | Powered by,
|
|
|
|
DStrange (OP)
|
|
July 04, 2014, 08:36:50 AM |
|
It's Bytecoin (BCN) 2nd Birthday today! Tweet your birthday wishes with #bytecoinbirthday hashtag! Take part in Birthday Quiz http://bytecoiner.org/quiz.php and get presents! Leave you best wishes in our main thread! Happy BCN Birthday!
|
|
|
|
EndlessWin
|
|
July 04, 2014, 08:55:42 AM |
|
[/center] congratulations!
|
|
|
|
Thyaga
|
|
July 04, 2014, 09:22:54 AM |
|
Birthdays are a new start; fresh beginnings, a time to start new endeavors with new goals. Move forward with fresh confidence and courage. BCN team is a special person, may you have an amazing today and year!
|
|
|
|
JazzCouncil
Newbie
Offline
Activity: 87
Merit: 0
|
|
July 04, 2014, 09:45:28 AM |
|
|
|
|
|
David1978
Newbie
Offline
Activity: 67
Merit: 0
|
|
July 04, 2014, 10:04:04 AM |
|
We won't let nobody bring us down! Whatever haters do, Bytecoin is here to stay! 2 years is just the beginning! Happy Birthday Bytecoin!
|
|
|
|
SherdonIke
Newbie
Offline
Activity: 66
Merit: 0
|
|
July 04, 2014, 10:17:11 AM |
|
First question of the quiz though! I think i have no idea!
|
|
|
|
J1mb0
|
|
July 04, 2014, 10:18:49 AM |
|
|
|
|
|
AtomicDoge
Member
Offline
Activity: 163
Merit: 10
|
|
July 04, 2014, 10:38:23 AM |
|
8bit cake party!!! It's hard to believe Bytecoin turned 2! Have to admit, it changed my life in some way. Im glad to be part of Bytecoin community and i hope to stay with it for a long long time.
|
|
|
|
Cheesus
Sr. Member
Offline
Activity: 692
Merit: 254
terra-credit.com
|
|
July 04, 2014, 12:47:21 PM |
|
Lol! Nice job with a Anniversary page! ( for those who didn't see: http://bytecoin.org/happy-birthday-bytecoin ) 8bit music gave me nerdchills. First theme is just pure nostalgia. Happy Birthday once again and to the Mars!
|
███████████████████████ █████████████████████ ███████████████████ █████████████████ ███████████████████████ █████████████ ███████████ █████████ ███████ █████ ███ █
| terracredit | | ● ● ● ● ● ● ●
| | | | ● ● ● ● ● ● ●
| | Powered by,
|
|
|
|
Hexah
|
|
July 04, 2014, 12:49:56 PM |
|
Lol! Nice job with a Anniversary page! ( for those who didn't see: http://bytecoin.org/happy-birthday-bytecoin ) 8bit music gave me nerdchills. First theme is just pure nostalgia. Happy Birthday once again and to the Mars! Picture is also very well made, nice to see the full story compelled like this. Keep up the good work fellas.
|
|
|
|
Rias
|
|
July 04, 2014, 01:12:30 PM |
|
Bytecoin has presented their core team. They seem like top notch professionals indeed. Well, I needn't to say that taking into account they've created CryptoNote source code and keep delivering the most significant updates.
|
|
|
|
|