View Full Version : MPlayer for FC5?
AlexFR
7th January 2006, 01:07 AM
How can I get mplayer to work with fedora core 5 test 1? It says I need to downgrade my compiler to install it?
Any help would be appreciated,
Thanks
Alex
bob
7th January 2006, 02:11 AM
moved to FC-5 Dev
buddha
7th January 2006, 02:30 AM
I assume you are trying to compile mplayer on FC5T1 since that's probably the only way to get it going on a test release, so, with that in mind, FC5T1 must have gcc 4.x as its default compiler version, and mplayer won't compile with gcc 4.x,
so, before you run ./configure in the mplayer source directory, you need to inform everything that you are going to run in that shell that you want to use the older version of the gcc compiler, 3.x, so run this,
export CC=gcc32
the older compiler and libs may not be installed so you'll have to find those yourself for FC5T1. I'm staying on FC4 till FC5 is released..........
AlexFR
7th January 2006, 02:34 AM
thanks for the help, guys. looks like to save myself the headache I will install FC4 again.
bob,where do I get fc5 dev?
-Alex
bob
7th January 2006, 02:49 AM
"FC5-Dev" is the Forum that seemed the most complete for your discussion. I moved it here from "General". Magic Fingers! :)
AlexFR
7th January 2006, 02:49 AM
lol my mistake. i read it wrong. long day at work!
Salomao
7th January 2006, 08:21 PM
[...] since that's probably the only way to get it going on a test release [...]
That's not 100% true. If you manually add Livna (I think that's enough) you can YUM for mplayer-gui.
AlexFR
9th January 2006, 06:09 PM
where do I get livna?
Salomao
9th January 2006, 06:19 PM
where do I get livna?
http://rpm.livna.org/
Good luck!
robghealey
11th January 2006, 10:28 AM
add these lines to a file called /etc/yum.repos.d/livna.repo
-------code---------
[livna]
name=livna
baseurl=http://rpm.livna.org/fedora/4/i386/RPMS.lvn
gpgcheck=1
gpgkey=http://rpm.livna.org/RPM-LIVNA-GPG-KEY-i386
enabled=1
---------end code---------
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.