1. open source download
http://fix8.org/downloads.html
2. un tar
3.
brew install automake
4.
brew install poco
5.
configure –with-poco=/usr/local/opt/poco
6.
make
7. but… error
In file included from xml.cpp:38:
In file included from ../include/fix8/f8includes.
../include/fix8/tickval.hpp:
static const ticks errorticks = f8_time_point::max().time_
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../include/fix8/tickval.hpp:
: _value(std::chrono::high_
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
std::chrono::system_clock::
/Applications/Xcode.app/
static time_point from_time_t(time_t __t) _NOEXCEPT;
^
In file included from xml.cpp:38:
In file included from ../include/fix8/f8includes.
../include/fix8/tickval.hpp:
: _value(std::chrono::high_
In file included from xml.cpp:38:
In file included from ../include/fix8/f8includes.
../include/fix8/tickval.hpp:
const time_t insecs(std::chrono::system_
8. patch
https://groups.google.com/forum/#!topic/fix8-support/ZY22FwMZzIU
9.
patch < fix8-1.3.3-osx-10.10.patch
10. re make & make install