http://bugs.winehq.org/show_bug.cgi?id=6086
------- Additional Comments From lhouk@lesliehouk.com 2007-08-02 15:24 ------- Saulius, thanks for letting me know about the patch. I applied it, and my compile did get farther. Unfortunately, it still didn't complete successfully; now it's aborting with the following errors:
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -DETCDIR=""/usr/local/etc"" -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o time.o time.c time.c: In function 'TIME_ClockTimeToFileTime': time.c:516: error: 'CLK_TCK' undeclared (first use in this function) time.c:516: error: (Each undeclared identifier is reported only once time.c:516: error: for each function it appears in.) make[2]: *** [time.o] Error 1 make[2]: Leaving directory `/net/userkl/lhouk/wine/dlls/kernel' make[1]: *** [kernel] Error 2 make[1]: Leaving directory `/net/userkl/lhouk/wine/dlls' make: *** [dlls] Error 2
Does anyone have a patch that will resolve this problem? If so, thanks in advance for telling me about it.
(Incidentally, I also got a *LOT* of warnings like:
make[2]: Warning: File `Makefile' has modification time 1.6e+03 s in the future make[2]: warning: Clock skew detected. Your build may be incomplete.
but none of those seemed to halt the compile.)