Re: Compile error: dlls/kernel/time.c

2005-10-30 Thread Vijay Kiran Kamuju
Well, if you could tell us what version of glibc broke it. We could fix it ine, by adding a check during configure. Thanks, vijay On 10/30/05, Ivan Gyurdiev [EMAIL PROTECTED] wrote: I suspect a recent change in glibc (features.h) broke it... but according to time.h, CLK_TCK is obsolete, and

Re: Compile error: dlls/kernel/time.c

2005-10-30 Thread Marcus Meissner
On Sun, Oct 30, 2005 at 01:57:54PM +0530, Vijay Kiran Kamuju wrote: Well, if you could tell us what version of glibc broke it. We could fix it ine, by adding a check during configure. glibc HEAD CVS (upcoming 2.4 release if it ever happens). And it does not need a configure check, since it is

Compile error: dlls/kernel/time.c

2005-10-29 Thread Ivan Gyurdiev
I suspect a recent change in glibc (features.h) broke it... but according to time.h, CLK_TCK is obsolete, and CLOCKS_PER_SEC is to be used instead. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2