LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   MPlayer installation troubles again (https://www.linuxquestions.org/questions/linux-newbie-8/mplayer-installation-troubles-again-277481/)

holyfeces 01-13-2005 05:08 PM

MPlayer installation troubles again
 
I've been trying for awhile to know install a mediaplayer with mp3 support, so I looked around and found xmms. For some reason, in the configuration step, it doesn't find my GTK libraries, and I have 1.x.x and 2.x.x installed. So, I looked around for another media player and found BMP, which uses GTK2. But when I try to configure that, it gives me this error:
checking for X... no
configure: error: Cannot find X11 headers/libraries
I know I have X, so what directories do I need to add to my path for this installation to work? I've tried /etc/X11, /usr/X11R6/ (and various subdirs of that). This is pretty frustrating because since I've been working the last week on trying to install all the dependecies, so any help would be appreciated. If I can't figure this out before school starts again, I'll have to go back to Windows. :( :( :(

EDIT: Realplayer works, but I would still prefer not using it, since I hated it in Windows.

ilikejam 01-13-2005 05:48 PM

You need the development packages for GTK and X to compile xmms (and pretty much any GUI app).
You can probably get binary packages for xmms and avoid compiling anyway.
What distribution are you using?

Dave

holyfeces 01-13-2005 06:32 PM

Thanks, I'll try installing those libraries once I'm done installing k3b. I'm on Fedora Core 3.

ilikejam 01-13-2005 06:52 PM

Try 'yum install xorg-x11-devel gtk2-devel' as root, then try compiling xmms again.

Actually, try 'yum install xmms', then go to www.rpmseek.com and search for xmms-mp3.

Dave

holyfeces 01-13-2005 11:56 PM

I tried your latter option, 'yum install xmms', and I also installed the mp3 plugin, but for some reason, I can't find the installed application anywhere. There's one xmms folder in /usr/share, but the only contents are a program that edits images (wmxmms.xpm) and a folder containing bluecurve.zip. Should I just try getting those libraries and compiling it myself?

ilikejam 01-14-2005 12:47 PM

'rpm -ql xmms' should show you which files were in the xmms RPM (and where they are). xmms is part of a normal Fedora installation, so it was probably already installed.

Dave


All times are GMT -5. The time now is 04:03 PM.