PDA

View Full Version : MPlayer for FC5?


AlexFR
2006-01-06, 06:07 PM CST
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
2006-01-06, 07:11 PM CST
moved to FC-5 Dev

buddha
2006-01-06, 07:30 PM CST
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
2006-01-06, 07:34 PM CST
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
2006-01-06, 07:49 PM CST
"FC5-Dev" is the Forum that seemed the most complete for your discussion. I moved it here from "General". Magic Fingers! :)

AlexFR
2006-01-06, 07:49 PM CST
lol my mistake. i read it wrong. long day at work!

Salomao
2006-01-07, 01:21 PM CST
[...] 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
2006-01-09, 11:09 AM CST
where do I get livna?

Salomao
2006-01-09, 11:19 AM CST
where do I get livna?
http://rpm.livna.org/
Good luck!

robghealey
2006-01-11, 03:28 AM CST
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---------