Xfer: Difference between revisions

From John's wiki
Jump to navigation Jump to search
(xfer)
(xfer)
Line 1: Line 1:
Next problem:
Next problem:


  g++-5   -c -g -I.. -I../trunk -std=c++11 -MMD -MP -MF "build/Debug/GNU-Linux-x86/Hub.o.d" -o build/Debug/GNU-Linux-x86/Hub.o Hub.cpp
  g++-5     -o dist/Debug/GNU-Linux-x86/hub build/Debug/GNU-Linux-x86/Calculations.o build/Debug/GNU-Linux-x86/Client.o build/Debug/GNU-Linux-x86/Connection.o build/Debug/GNU-Linux-x86/DataStore.o build/Debug/GNU-Linux-x86/Hub.o build/Debug/GNU-Linux-x86/Instruments.o build/Debug/GNU-Linux-x86/Parameters.o build/Debug/GNU-Linux-x86/PricingEngine.o build/Debug/GNU-Linux-x86/Server.o build/Debug/GNU-Linux-x86/main.o build/Debug/GNU-Linux-x86/stdafx.o
  Hub.cpp: In member function ‘void Hub::Hub::MonitorSocket(zmq::context_t*, std::string):
  build/Debug/GNU-Linux-x86/Calculations.o: In function `s_version()':
  Hub.cpp:110:54: error: no matching function for call to ‘Core::Utility::ReadZmqEvent(zmq::socket_t&, zmq_event_t*, char [1025])
/home/jj5/repo/svn/arena/Hub/../trunk/External/ZeroMQ/zhelpers.hpp:153: undefined reference to `zmq_version'
    while (!Core::Utility::ReadZmqEvent(s, &event, addr))
build/Debug/GNU-Linux-x86/Calculations.o: In function `s_version_assert(int, int)':
                                                      ^
/home/jj5/repo/svn/arena/Hub/../trunk/External/ZeroMQ/zhelpers.hpp:161: undefined reference to `zmq_version'
build/Debug/GNU-Linux-x86/Calculations.o: In function `__static_initialization_and_destruction_0(int, int)':
  /usr/local/include/boost/system/error_code.hpp:221: undefined reference to `boost::system::generic_category()'
/usr/local/include/boost/system/error_code.hpp:222: undefined reference to `boost::system::generic_category()'
/usr/local/include/boost/system/error_code.hpp:223: undefined reference to `boost::system::system_category()'
build/Debug/GNU-Linux-x86/Calculations.o: In function `boost::asio::error::get_system_category()':
 


See here: http://stackoverflow.com/questions/12015899/why-are-move-semantics-for-a-class-containing-a-stdstringstream-causing-compil
See here: http://stackoverflow.com/questions/12015899/why-are-move-semantics-for-a-class-containing-a-stdstringstream-causing-compil

Revision as of 14:16, 3 September 2015

Next problem:

g++-5     -o dist/Debug/GNU-Linux-x86/hub build/Debug/GNU-Linux-x86/Calculations.o build/Debug/GNU-Linux-x86/Client.o build/Debug/GNU-Linux-x86/Connection.o build/Debug/GNU-Linux-x86/DataStore.o build/Debug/GNU-Linux-x86/Hub.o build/Debug/GNU-Linux-x86/Instruments.o build/Debug/GNU-Linux-x86/Parameters.o build/Debug/GNU-Linux-x86/PricingEngine.o build/Debug/GNU-Linux-x86/Server.o build/Debug/GNU-Linux-x86/main.o build/Debug/GNU-Linux-x86/stdafx.o 
build/Debug/GNU-Linux-x86/Calculations.o: In function `s_version()':

/home/jj5/repo/svn/arena/Hub/../trunk/External/ZeroMQ/zhelpers.hpp:153: undefined reference to `zmq_version'

build/Debug/GNU-Linux-x86/Calculations.o: In function `s_version_assert(int, int)':

/home/jj5/repo/svn/arena/Hub/../trunk/External/ZeroMQ/zhelpers.hpp:161: undefined reference to `zmq_version'

build/Debug/GNU-Linux-x86/Calculations.o: In function `__static_initialization_and_destruction_0(int, int)':
/usr/local/include/boost/system/error_code.hpp:221: undefined reference to `boost::system::generic_category()'
/usr/local/include/boost/system/error_code.hpp:222: undefined reference to `boost::system::generic_category()'
/usr/local/include/boost/system/error_code.hpp:223: undefined reference to `boost::system::system_category()'
build/Debug/GNU-Linux-x86/Calculations.o: In function `boost::asio::error::get_system_category()':


See here: http://stackoverflow.com/questions/12015899/why-are-move-semantics-for-a-class-containing-a-stdstringstream-causing-compil