make: *** [dsgame-message.o] Erreur 1 again..

Post Reply
Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

make: *** [dsgame-message.o] Erreur 1 again..

Post by Alexandre24 » Sun Nov 23, 2014 8:31 pm

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

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: make: *** [dsgame-message.o] Erreur 1 again..

Post by kjLotus » Sun Nov 23, 2014 9:28 pm

looks like the wrong zmq library is installed

Alexandre24
Posts: 175
Joined: Thu Mar 13, 2014 10:15 pm
Location: Hawkesbury, Ontario, CANADA

Re: make: *** [dsgame-message.o] Erreur 1 again..

Post by Alexandre24 » Sun Nov 23, 2014 10:27 pm

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.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: make: *** [dsgame-message.o] Erreur 1 again..

Post by kjLotus » Sun Nov 23, 2014 10:37 pm

you need libzmq3-dev

Post Reply