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