Re: [q-lang-users] Q 7.11 on Mac OS X
Brought to you by:
agraef
From: Ryan S. <rya...@us...> - 2008-03-06 05:00:47
|
On Mar 5, 2008, at 17:31, Albert Graef wrote: > Ryan Schmidt wrote: > >> system.c:1685: error: 'CLOCK_REALTIME' undeclared (first use in this >> function) >> system.c:1687: error: 'CLOCK_MONOTONIC' undeclared (first use in this >> function) >> system.c:1692: error: 'CLOCK_PROCESS_CPUTIME_ID' undeclared (first >> use in this function) >> system.c:1697: error: 'CLOCK_THREAD_CPUTIME_ID' undeclared (first use >> in this function) >> system.c: In function '__F__system_process_cpu_clockid': >> system.c:5710: error: 'clockid_t' undeclared (first use in this >> function) > > Yes, this stuff is new, but it should only be included if the > appropriate interfaces are detected during configure and some special > symbols (_POSIX_TIMERS et al) are defined in unicode.h. Maybe this > again > needs some special defines on OSX to be enabled? What does 'man > clock_gettime' say? "No manual entry for clock_gettime" |