almost finished.
ive run into this, not sure on this one, stackoverflow says context.close shouldnt be used with zcontext but instead use ctx.destroy();
im not sure about all that, i just know i get the error below and its about time for me to crash
Code: Select all
ap/message.cpp' || echo './'`src/map/message.cpp
src/map/message.cpp:40:17: error: no matching function for call to ‘zmq::context_t::context_t()’
src/map/message.cpp:40:17: note: candidates are:
In file included from src/map/message.h:27:0,
from src/map/message.cpp:27:
/usr/include/zmq.hpp:241:9: note: zmq::context_t::context_t(const zmq::context_t&)
/usr/include/zmq.hpp:241:9: note: candidate expects 1 argument, 0 provided
/usr/include/zmq.hpp:210:16: note: zmq::context_t::context_t(zmq::context_t&&)
/usr/include/zmq.hpp:210:16: note: candidate expects 1 argument, 0 provided
/usr/include/zmq.hpp:202:16: note: zmq::context_t::context_t(int)
/usr/include/zmq.hpp:202:16: note: candidate expects 1 argument, 0 provided
src/map/message.cpp: In function ‘void message::close()’:
src/map/message.cpp:448:18: error: ‘class zmq::context_t’ has no member named ‘close’
make: *** [dsgame-message.o] Error 1