On Sun, 2007-05-13 at 18:49 +0200, Julien Claassen wrote: > Hi! > I just tried to compile jack-svn-snapshot (23.04.2007) and got the > following > error: > [...] > time.c: In function `jack_get_microseconds_from_system': > time.c:83: error: `CLOCK_MONOTONIC' undeclared (first use in this function) > time.c:83: error: (Each undeclared identifier is reported only once > time.c:83: error: for each function it appears in.) > gmake[2]: *** [libjack_la-time.lo] Error 1 > [...] > Any idea on tis? > I'm running 2.6.16.2 kernel. I imagine the problem lies there somewhere.
CLOCK_MONOTONIC wasn't introduced till 2.6.18 i think. i guess we need to make it a more conditional compile. i'll try to fix this next week. > Kindest regards > Julien > > -------- > Music was my first love and it will be my last (John Miles) > > ======== FIND MY WEB-PROJECT AT: ======== > http://ltsb.sourceforge.net > the Linux TextBased Studio guide > ======= AND MY PERSONAL PAGES AT: ======= > http://www.juliencoder.de > _______________________________________________ > Linux-audio-dev mailing list > [email protected] > http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-dev _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/mailman/listinfo.cgi/linux-audio-dev
