On Jan 18, 2018, at 11:26, Bill Hill wrote: > > This failed with an error in deps/src/libff/libff/common/profiling.cpp > complaining about this line :"::clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts)" > > Some flailing around on google and it seems that this function only exists in > OSX 10.12 but there are > work-arounds, e.g. > https://stackoverflow.com/questions/5167269/clock-gettime-alternative-in-mac-os-x > So, very smelly hack: use the work-around already there in header > oce/gettime_osx.h from macport oce; > i.e. add #include <oce/gettime_osx.h> to > deps/src/libff/libff/common/profiling.cpp > > Now compiles to completion.
Could you report this to the developers of libff so they can fix it? https://github.com/scipr-lab/libff/issues
