I followed the following to install wine:

$ export CVSROOT=server:cvs@cvs.winehq.com:/home/wine
$ cvs login
$ cvs -z3 checkout wine

It downloaded everything in a 'wine' folder in which i ran:

$ ./configure --prefix=/usr --enable-debug --enable-trace

The configure part went just fine, however, this next command gave weird error:

$ make depend && make

The error is:

make[2]: Entering directory `/home/me/downloads/wine/dlls/cabinet'
make[2]: Warning: File `Makefile.in' has modification time 3.2e+03 s in the future
Makefile is older than Makefile.in, please rerun ../../configure
make[2]: *** [Makefile] Error 1
make[2]: Leaving directory `/home/me/downloads/wine/dlls/cabinet'
make[1]: *** [cabinet/__depend__] Error 2
make[1]: Leaving directory `/home/me/downloads/wine/dlls'
make: *** [dlls/__depend__] Error 2


What does it mean by 'Makefile.in' has modification time' ? My system clock is fine. Can anyone else try it to see if its a server issue? It did compile for me fine earlier today, but i deleted the directory by accident so have to do it over.

I am using Debian Sid, kernel 2.6.0.

Thanks.