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

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

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

Post by Alexandre24 » Fri Nov 21, 2014 9:06 pm

After the update...

alexandre@alexandre-System-Product-Name:~/darkstar$ make
g++ -std=gnu++0x -DHAVE_CONFIG_H -I. -I./src/common -DdsUDPSERV -I/usr//include/luajit-2.0 -I/usr/include/mysql -DBIG_JOINS=1 -fno-strict-aliasing -g -DNDEBUG -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()’
zmq::context_t zContext;
^
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&)
context_t (const 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&&)
inline context_t(context_t&& rhs) : ptr(rhs.ptr)
^
/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)
inline context_t (int io_threads_)
^
/usr/include/zmq.hpp:202:16: note: candidate expects 1 argument, 0 provided
make: *** [dsgame-message.o] Erreur 1
alexandre@alexandre-System-Product-Name:~/darkstar$

what's the problem :p

thanks for your futurs answers

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

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

Post by kjLotus » Fri Nov 21, 2014 9:35 pm


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

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

Post by Alexandre24 » Fri Nov 21, 2014 10:23 pm

it's fixed. thanks

Post Reply