Xfer: Difference between revisions

From John's wiki
Jump to navigation Jump to search
(error)
 
(xfer)
Line 1: Line 1:
  g++    -c -g -I.. -std=c++11 -MMD -MP -MF "build/Debug/GNU-Linux-x86/Hub.o.d" -o build/Debug/GNU-Linux-x86/Hub.o Hub.cpp
  g++    -c -g -I.. -std=c++11 -MMD -MP -MF "build/Debug/GNU-Linux-x86/Hub.o.d" -o build/Debug/GNU-Linux-x86/Hub.o Hub.cpp
  Hub.cpp: In member function ‘void Hub::Hub::Start()’:
  Hub.cpp: In member function ‘void Hub::Hub::Start()’:
  Hub.cpp:43:90: error: cannot convert ‘zmq::socket_t’ to ‘void*’ for argument ‘1’ to ‘int zmq_socket_monitor(void*, const char*, int)’
  Hub.cpp:61:48: error: ‘s_recv’ was not declared in this scope
    int rc_am = zmq_socket_monitor(ActionChannel, "inproc://monitor.router", ZMQ_EVENT_ALL);
      std::string identity = s_recv(ActionChannel);
                                                                                          ^
                                                ^

Revision as of 10:09, 3 September 2015

g++    -c -g -I.. -std=c++11 -MMD -MP -MF "build/Debug/GNU-Linux-x86/Hub.o.d" -o build/Debug/GNU-Linux-x86/Hub.o Hub.cpp
Hub.cpp: In member function ‘void Hub::Hub::Start()’:
Hub.cpp:61:48: error: ‘s_recv’ was not declared in this scope
     std::string identity = s_recv(ActionChannel);
                                                ^