Re: [q-lang-users] Q 7.11 on Mac OS X
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2008-03-05 23:23:06
|
Hi Ryan, sorry for the long delay, I just returned home from a conference... 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? Cheers, Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |