I put the "Compile the Server on Win XP with gcc" on hold and moved on to "Compile the Server on Linux".
Im Running gcc-4.8.4 (self compiled) on Debian 7.8.
Running the scripts n configure worked fine but make failes with the following error:
Code: Select all
src/map/message.cpp:44:17: Fehler: keine passende Funktion für Aufruf von »zmq::context_t::context_t()«
zmq::context_t zContext;
^
src/map/message.cpp:44:17: Anmerkung: Kandidaten sind:
In file included from src/map/message.h:27:0,
from src/map/message.cpp:27:
/usr/include/zmq.hpp:241:9: Anmerkung: zmq::context_t::context_t(const zmq::context_t&)
context_t (const context_t&);
^
/usr/include/zmq.hpp:241:9: Anmerkung: Kandidat erwartet 1 Argument, 0 angegeben
/usr/include/zmq.hpp:210:16: Anmerkung: zmq::context_t::context_t(zmq::context_t&&)
inline context_t(context_t&& rhs) : ptr(rhs.ptr)
^
/usr/include/zmq.hpp:210:16: Anmerkung: Kandidat erwartet 1 Argument, 0 angegeben
/usr/include/zmq.hpp:202:16: Anmerkung: zmq::context_t::context_t(int)
inline context_t (int io_threads_)
^
/usr/include/zmq.hpp:202:16: Anmerkung: Kandidat erwartet 1 Argument, 0 angegeben
src/map/message.cpp: In Funktion »void message::close()«:
src/map/message.cpp:460:18: Fehler: »class zmq::context_t« hat kein Element namens »close«
zContext.close();
Question is: Which one shall i use? The one in the Code Tree looks like it was modified a bit (diffed em and the src tree one had a few more lines)
Code Base was updated before i ran autogen.sh