Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Need help from RH9 user!

  1. #1

    Unhappy Need help from RH9 user!

    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!

  2. #2
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    I think your clock is wrong..

    try date

    and if you want to set the clock, use a gui thingy (like in windows) or do man date
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

  3. #3
    AO Antique pwaring's Avatar
    Join Date
    Aug 2001
    Posts
    1,409
    Looks to me like your system clock is off by four years, if it's reporting the date as 2000-04-15. You can fix this by syncing your clock with a remote one that is pretty much guaranteed to be correct by using the following command:

    rdate -s clock.psu.edu

    Of course, you need to be connected to the Internet at the time to run this command successfully. If you don't have a connection to the net, try using the date command as follows:

    date MMDDhhmmCCYY

    Where:
    MM = month (e.g. 04 for April)
    DD = day (e.g. 15 for the 15th)
    hh = hours (24 hour clock, so 13 = 1pm)
    mm = minutes (e.g. 30 for half past)
    CC = century (you'll want 20 here)
    YY = year (you'll want 04 here)

    Try again after running one of these commands and it should hopefully work. If not, let me know and I'll have another stab at it.

    Edit: Forgot to mention, you'll need to be logged in as root (or su to it) in order to change the system date/time.
    Paul Waring - Web site design and development.

  4. #4
    AO Antique pwaring's Avatar
    Join Date
    Aug 2001
    Posts
    1,409
    What do you get as the output of the date command?
    Paul Waring - Web site design and development.

  5. #5
    Originally posted here by the_JinX
    I think your clock is wrong..

    try date

    and if you want to set the clock, use a gui thingy (like in windows) or do man date

    Originally posted here by pwaring
    Looks to me like your system clock is off by four years, if it's reporting the date as 2000-04-15. You can fix this by syncing your clock with a remote one that is pretty much guaranteed to be correct by using the following command:

    rdate -s clock.psu.edu

    Of course, you need to be connected to the Internet at the time to run this command successfully. If you don't have a connection to the net, try using the date command as follows:

    date MMDDhhmmCCYY

    Where:
    MM = month (e.g. 04 for April)
    DD = day (e.g. 15 for the 15th)
    hh = hours (24 hour clock, so 13 = 1pm)
    mm = minutes (e.g. 30 for half past)
    CC = century (you'll want 20 here)
    YY = year (you'll want 04 here)

    Try again after running one of these commands and it should hopefully work. If not, let me know and I'll have another stab at it.

    Edit: Forgot to mention, you'll need to be logged in as root (or su to it) in order to change the system date/time.

    Try both of you Guys methods, but still the same error!!!!
    [root@localhost MPlayer-1.0pre3try2]# make
    ############################################################
    ####### Please run ./configure again - it's changed! #######
    ############################################################
    make: *** [config.h] Error 1
    [root@localhost MPlayer-1.0pre3try2]#

  6. #6
    If your clock is correct, you can fix this error by using touch. Type touch Makefile in the same directory as the source for mplayer. If your clock is wrong though, you'll have to touch all the source files which will be a bit more effort that fixing your clock...

  7. #7
    Originally posted here by Beryllium9
    If your clock is correct, you can fix this error by using touch. Type touch Makefile in the same directory as the source for mplayer. If your clock is wrong though, you'll have to touch all the source files which will be a bit more effort that fixing your clock...
    [root@localhost MPlayer-1.0pre3try2]# touch makefile
    [root@localhost MPlayer-1.0pre3try2]# make
    make: *** No targets. Stop.
    root@localhost MPlayer-1.0pre3try2]# make install
    make: *** No rule to make target `install'. Stop.

    What happen man????.....

  8. #8
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    you made an empty makefile

    the file you want is Makefile (note in linux and most unixes these are different files (not in win))

    so:
    rm makefile
    touch Makefile


    and remember the CaSe sensetivity of unix filesystems
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

  9. #9
    Just a Virtualized Geek MrLinus's Avatar
    Join Date
    Sep 2001
    Location
    Redondo Beach, CA
    Posts
    7,323
    Why didn't anyone suggest checking the BIOS date/time since that is where it pulls that information?
    Goodbye, Mittens (1992-2008). My pillow will be cold without your purring beside my head
    Extra! Extra! Get your FREE copy of Insight Newsletter||MsMittens' HomePage

  10. #10
    Originally posted here by the_JinX
    you made an empty makefile

    the file you want is Makefile (note in linux and most unixes these are different files (not in win))

    so:
    rm makefile
    touch Makefile


    and remember the CaSe sensetivity of unix filesystems
    Still Unable to install, why does Linux want to make things so difficult for us????

    [root@localhost MPlayer-1.0pre3try2]# touch Makefile
    [root@localhost MPlayer-1.0pre3try2]# make
    ############################################################
    ####### Please run ./configure again - it's changed! #######
    ############################################################
    make: *** [config.h] Error 1
    [root@localhost MPlayer-1.0pre3try2]# make install
    ############################################################
    ####### Please run ./configure again - it's changed! #######
    ############################################################
    make: *** [config.h] Error 1
    [root@localhost MPlayer-1.0pre3try2]#

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •