Sorry for the Long Dreadful thread!
I am having trouble with the Mplayer installation, and i need some help!
i was stuck halfway while following th installation guide below.
http://www.mjmwired.net/resources/mplayer-fedora.html#files

5) Installing (Stuck here!!!!)
[root@myhost MPlayer-1.0pre3]# make

make: *** Warning: File `Makefile' has modification time in the future (2003-12-09 05:33:31 > 2000-04-15 06:23:19.920663)
############################################################
####### Please run ./configure again - it's changed! #######
############################################################
make: *** [config.h] Error 1

If you need more details abt the steps i performed pls read below
..........................................................................................................................................................................................................I



I did the following steps

1) I dnload all this file:
MPlayer-1.0pre3.tar.bz2
qt6dlls.tar.bz2
rp9win32codecs.tar.bz2
win32codecs.tar.bz2
default-1.7.tar.bz2
font-arial-iso-8859-1.tar.bz2

2) Install the additional Codes
[root@myhost mm]# mkdir /usr/lib/win32
[root@myhost mm]#
[root@myhost mm]# bzip2 -cd win32codecs.tar.bz2 | tar xvf -
[root@myhost mm]# cp win32codecs/* /usr/lib/win32/
[root@myhost mm]# bzip2 -cd qt6dlls.tar.bz2 | tar xvf -
[root@myhost mm]# cp qt6dlls/* /usr/lib/win32/
[root@myhost mm]# bzip2 -cd rp9win32codecs.tar.bz2 | tar xvf -
[root@myhost mm]# cp rp9win32codecs/*.dll /usr/lib/win32/

3)Setup Mplayer
[root@myhost mm]# bzip2 -cd MPlayer-1.0pre3.tar.bz2 | tar xvf -
[root@myhost mm]# cd MPlayer-1.0pre3/

4) Did the Configurations
[root@myhost MPlayer-1.0pre3]# ./configure --help
[root@myhost MPlayer-1.0pre3]# ./configure --enable-gui --enable-largefiles --enable-menu

5) Installing (Stuck here!!!!)
[root@myhost MPlayer-1.0pre3]# make

make: *** Warning: File `Makefile' has modification time in the future (2003-12-09 05:33:31 > 2000-04-15 06:23:19.920663)
############################################################
####### Please run ./configure again - it's changed! #######
############################################################
make: *** [config.h] Error 1

I am a newbie, so pls try to explain in details!
Thanyou!