Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
06-04-2007, 03:02 PM
|
#1
|
Member
Registered: Jun 2005
Location: Earth
Distribution: Ubuntu10.04
Posts: 308
Rep:
|
./configure question
Hi,
For my xmms I want to install a shn plugin.
I have a stable package to compile, but the configure script reports an error:
*** The xmms-config script installed by XMMS could not be found.
*** If XMMS was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the XMMS_CONFIG environment variable to the
*** full path to xmms-config.
configure: error: *** XMMS >= 1.0.0 not installed - please install first ***
So I searched the configure script and found a line: XMMS_CONFIG
I edited this line: XMMS_CONFIG=/usr
It did not work.
What did I do wrong?
Kind regards
|
|
|
06-04-2007, 03:37 PM
|
#2
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464
Rep: 
|
It says to set XMMS_CONFIG to the full path to xmms-config. For example, if xmms-config is in /usr/bin, you'd set XMMS_CONFIG to /usr/bin.
|
|
|
06-04-2007, 04:11 PM
|
#3
|
Member
Registered: Jun 2005
Location: Earth
Distribution: Ubuntu10.04
Posts: 308
Original Poster
Rep:
|
There is one disadvantage: there is no xmms-config file anywhere on my pc.
I have the following: /home/******/.xmms/config. I copied this file to a new file xmms-config.
But the configure script chokes on that file, after I edited the appropriate line to this value.
So it now looks like this: XMMS_CONFIG=/home/******/.xmms/xmms-config.
The only reason I can think of is that I made a sytax error.
|
|
|
06-04-2007, 04:40 PM
|
#4
|
Member
Registered: Oct 2001
Location: Brockport, NY
Distribution: Kubuntu
Posts: 384
Rep:
|
The xmms-config program is used to pass the compiler information about the installed version of XMMS, e.g. where the header files and static libraries are located. The reason you don't have it is most likely that you don't have those header files in the first place. Install the xmms-dev package and then try building the plugin again. Just undo that last edit you posted first.
|
|
|
06-04-2007, 10:08 PM
|
#5
|
Member
Registered: Jun 2005
Location: Earth
Distribution: Ubuntu10.04
Posts: 308
Original Poster
Rep:
|
Thanks for your advice. I got it working.
|
|
|
All times are GMT -5. The time now is 12:11 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|