lundi 23 octobre 2017

Cannot build quickfix on MacOS sierra

I can't build quickfix (http://ift.tt/1JiJssP) on my MacOs sierra. After run:

./bootstrap
./configure
make

It shows multiple errors likes these:

/Library/Developer/CommandLineTools/usr/include/c++/v1/math.h:693:39: error:
      no member named 'fabsf' in the global namespace; did
      you mean simply 'fabsf'?
abs(float __lcpp_x) _NOEXCEPT {return ::fabsf(__lcpp_x);}
                                      ^~
/usr/include/math.h:430:14: note: 'fabsf' declared here
extern float fabsf(float);
             ^
In file included from FieldConvertors.cpp:36:
In file included from ./double-conversion/fixed-dtoa.cc:28:
/Library/Developer/CommandLineTools/usr/include/c++/v1/math.h:697:40: error:
      no member named 'fabs' in the global namespace; did
      you mean simply 'fabs'?
abs(double __lcpp_x) _NOEXCEPT {return ::fabs(__lcpp_x);}
                                       ^~
/usr/include/math.h:431:15: note: 'fabs' declared here

Aucun commentaire:

Enregistrer un commentaire