Re: [Qemu-devel] qemu-0.8.2 on glibc 2.2.5: CLOCK_MONOTONIC not defined

2006-10-23 Thread Martin Bochnig
Wolfgang Schildbach wrote: >I stumbled upon the same problem as Bill Rossi (see his post below): > >The current cvs version of qemu fails to compile on my machine because >CLOCK_MONOTONIC is not defined in my glibc. According to clock_gettime(3), >systems that define this functionality have _POS

[Qemu-devel] qemu-0.8.2 on glibc 2.2.5: CLOCK_MONOTONIC not defined

2006-10-23 Thread Wolfgang Schildbach
I stumbled upon the same problem as Bill Rossi (see his post below): The current cvs version of qemu fails to compile on my machine because CLOCK_MONOTONIC is not defined in my glibc. According to clock_gettime(3), systems that define this functionality have _POSIX_MONOTONIC_CLOCK and _POSIX_TI

[Qemu-devel] qemu-0.8.2 on glibc 2.2.5

2006-08-20 Thread Bill Rossi
Fails to compile on Linux with glibc 2.2.5. CLOCK_MONOTONIC isn't defined in glibc 2.2.5. The following patch is a workaround: --- qemu-0.8.2/vl.c 2006-07-22 13:23:34.0 -0400 +++ ../qemu-0.8.2/vl.c 2006-07-26 11:37:34.0 -0400 @@ -541,7 +541,7 @@ static void init_get_clock(