Xfer: Difference between revisions

From John's wiki
Jump to navigation Jump to search
(new error)
(nowiki)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
Next problem:
<nowiki>:)</nowiki>
 
g++    -c -g -I.. -std=c++11 -MMD -MP -MF "build/Debug/GNU-Linux-x86/_ext/1365045880/Maximus.o.d" -o build/Debug/GNU-Linux-x86/_ext/1365045880/Maximus.o /home/jj5/repo/svn/arena/Maximus/Maximus.cpp
/home/jj5/repo/svn/arena/Maximus/Maximus.cpp: In member function ‘void Maximus::Maximus::StartFeeder()’:
/home/jj5/repo/svn/arena/Maximus/Maximus.cpp:52:89: error: cannot convert ‘zmq::socket_t’ to ‘void*’ for argument ‘1’ to ‘int zmq_socket_monitor(void*, const char*, int)’
    int rc_am = zmq_socket_monitor(ActionChannel, "inproc://monitor.dealer", ZMQ_EVENT_ALL);
                                                                                          ^
 
 
See here: http://stackoverflow.com/questions/12015899/why-are-move-semantics-for-a-class-containing-a-stdstringstream-causing-compil

Latest revision as of 20:19, 5 December 2015

:)