LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-29-2004, 04:57 PM   #1
Kylesun
Member
 
Registered: Jun 2004
Distribution: Mandrake Linux 10.0
Posts: 38

Rep: Reputation: 15
Installing XMMS...


XMMS keeps freezing on me and closing when I try to listen to a song with it, so I wen't to the XMMS web site and downloaded this newest version with those bug fixes.. but this keeps happening to me when I try to make it.

I cd to the directory wqhere I un-packed the file

Code:
cd /home/kyle/xmms/xmms-1.2.10
okay, so then I type

Code:
./configure
and it says

Code:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for prefix by checking for xmms... /usr/bin/xmms
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
After that, I type

Code:
make
and I get

Code:
make: *** No targets specified and no makefile found.  Stop.
Ummm yea.. can someone tell me how I fix this?

Thanks
-Kyle
 
Old 06-29-2004, 05:16 PM   #2
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
You have no C compiler (the clue is in the error message).

If you didn't install the development packages when you installed Mandrake, now would be the time to do so....though I'm curious as to why you have make installed but no C compiler.
 
Old 06-29-2004, 07:44 PM   #3
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
Just open up the package manager and choose to install the ENTIRE development tree and you will be fine.
 
Old 06-30-2004, 03:53 AM   #4
Kylesun
Member
 
Registered: Jun 2004
Distribution: Mandrake Linux 10.0
Posts: 38

Original Poster
Rep: Reputation: 15
I do that, and I get an error, and it lists a bunch of files that were slected, and says they have bad signatures. So I click OK to continue anyways and I get an error that says Problem during installing or somthing, and nothing gets installed...

Can't I set it to download from ftp mirrors instead of my CDs? Can someone give me the FTP mirrors that they use so I can use them too?


Thanks
-Kyle
 
Old 07-01-2004, 03:51 AM   #5
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Quote:
Originally posted by Kylesun
I do that, and I get an error, and it lists a bunch of files that were slected, and says they have bad signatures. So I click OK to continue anyways and I get an error that says Problem during installing or somthing, and nothing gets installed...

Can't I set it to download from ftp mirrors instead of my CDs? Can someone give me the FTP mirrors that they use so I can use them too?


Thanks
-Kyle
To download and install packages from ftp's, use urpmi. Easy urpmi works great:

http://urpmi.org/easyurpmi/index.php

About XMMS, it's a very weird problem. I never tried Mandrake 10.0, but with 9.2 it worked nicely. Try using another rpm, maybe an older one. Here:

http://rpm.pbone.net/

you will find a lot, and I mean it, a lot of rpm's for Mandrake and many other distributions. See if that helps. I'd also recommend you to stick with rpm's if you are going to use Mandrake. Nearly all packages around has a mdk package, so you will be fine .

Good luck!
 
Old 07-01-2004, 07:00 AM   #6
Mankind75
Member
 
Registered: Apr 2004
Location: Wernigerode, Germany
Distribution: Slackware 15.0
Posts: 92

Rep: Reputation: 21
Post

Last but not least there is always the Mandrake Club for the rpms. Even though I was a bit reluctant to pay for Linux at first I found it quite useful so far.
 
Old 07-04-2004, 08:27 PM   #7
zebra90210
Member
 
Registered: Aug 2003
Location: Chicago suburbs
Distribution: Kubuntu
Posts: 96

Rep: Reputation: 15
I've had the same problem.
The XMMS would crash every time I've tried to play a song.
It wouldn't play anything - MP3s, WAVs or anything else.
I uninstalled it.
I've downloaded version 1.2.6 from sourceforge.net and it worked.
I've downloaded the tar.gz file and unpacked it in root.
Then I've found the instructions in the README file.
It was pretty easy but it took a while, specially the part 'make'.
 
Old 07-04-2004, 09:12 PM   #8
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
If you use KDE on the default mdk 10 distro and xmms that comes with it you are best turning off arts. It cracks up a lot of things, xmms and esp winex and crossover.
 
Old 07-05-2004, 07:44 AM   #9
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
Open a terminal and type 'xmms'. If the program works without crashing then using the menu editor find the entry for XMMS and edit the command line to remove the word 'soundwrapper' from where it says 'soundwrapper xmms'. Save and try XMMS from the Mandrake menu 'multimedia sound xmms'. Should be ok now. This worked for me under Mandrake 10 and has worked many times in the past.
 
Old 07-05-2004, 09:11 AM   #10
Kylesun
Member
 
Registered: Jun 2004
Distribution: Mandrake Linux 10.0
Posts: 38

Original Poster
Rep: Reputation: 15
Thanks Glennzo, It works great now :-D.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing xmms naveenu Fedora 5 11-01-2005 09:20 AM
installing xmms.............. garyozzy Linux - Software 1 08-05-2005 09:23 PM
Installing XMMS dwessell Linux - Newbie 1 05-22-2004 03:56 PM
installing XMMS help radont84 Linux - Software 5 04-05-2004 10:55 AM
Installing XMMS saturninus Linux - Newbie 1 09-02-2003 01:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration