Hello, what's happening?
g++ -std=gnu++0x -DHAVE_CONFIG_H -I. -I./src/common -DdsUDPSERV -I/usr/include/lua5.1 -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -g -O2 -MT dsgame-message.o -MD -MP -MF .deps/dsgame-message.Tpo -c -o dsgame-message.o `test -f 'src/map/message.cpp' || echo './'`src/map/message.cpp
src/map/message.cpp:37:17: error: no matching function for call to ‘zmq::context_t::context_t()’
src/map/message.cpp:37:17: note: candidates are:
In file included from src/map/message.h:27:0,
from src/map/message.cpp:24:
/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
make: *** [dsgame-message.o] Erreur 1
make: *** [dsgame-message.o] Erreur 1 again..
-
- Posts: 175
- Joined: Thu Mar 13, 2014 10:15 pm
- Location: Hawkesbury, Ontario, CANADA
Re: make: *** [dsgame-message.o] Erreur 1 again..
looks like the wrong zmq library is installed
-
- Posts: 175
- Joined: Thu Mar 13, 2014 10:15 pm
- Location: Hawkesbury, Ontario, CANADA
Re: make: *** [dsgame-message.o] Erreur 1 again..
libzmq1 and libzmq-dev are installed and it does not change anything to the problem ..
I tried Debian and Ubuntu . I find the same error message.
I tried Debian and Ubuntu . I find the same error message.
Re: make: *** [dsgame-message.o] Erreur 1 again..
you need libzmq3-dev