Xfer: Difference between revisions

From John's wiki
Jump to navigation Jump to search
(xfer)
(xfer)
Line 1: Line 1:
  g++    -c -g -I.. -I../trunk -std=c++11 -MMD -MP -MF "build/Debug/GNU-Linux-x86/Calculations.o.d" -o build/Debug/GNU-Linux-x86/Calculations.o Calculations.cpp
  g++    -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
  In file included from Hub.h:10:0,
  Hub.cpp: In member function ‘void Hub::Hub::Start()’:
                  from Calculations.cpp:3:
Hub.cpp:69:78: error: no matching function for call to ‘read_xml(std::stringstream, boost::property_tree::ptree&)’
../trunk/External/ZeroMQ/zhelpers.hpp: In function ‘void s_console(const char*, ...)’:
      boost::property_tree::xml_parser::read_xml(std::stringstream(message), pt);
../trunk/External/ZeroMQ/zhelpers.hpp:209:32: error: ‘localtime_s’ was not declared in this scope
                                                                              ^
  localtime_s(&loctime, &curtime);
                                ^

Revision as of 10:43, 3 September 2015

g++    -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
Hub.cpp: In member function ‘void Hub::Hub::Start()’:
Hub.cpp:69:78: error: no matching function for call to ‘read_xml(std::stringstream, boost::property_tree::ptree&)’
     boost::property_tree::xml_parser::read_xml(std::stringstream(message), pt);
                                                                              ^