audacious-media-player / audacious

A lightweight and versatile audio player
https://audacious-media-player.org
Other
871 stars 116 forks source link

/usr/local install not found by audacious-plugins ./configure #320

Closed Audacious-Bot closed 6 months ago

Audacious-Bot commented 6 months ago

Author Name: dontregister dontregister Original Redmine Issue: https://redmine.audacious-media-player.org/issues/186 Original Date: 2012-09-29


So, I downloaded the tar.gz for audacious and audacious-plugins, extracted them into their folders and started compiling audacious-3.3.2. ./configure says it's going to install into /usr/local (see attached), "make" runs without errors and so does "make install". I then go into audacious-plugins-3.3.2, start ./configure and it complains that audacious is not installed (see attached). So I "make uninstall" audacious. After trying different things, I finally use "./configure --prefix /usr/" for audacious, reinstall and audacious-plugins ./configure works.

I don't know whether I have a problem with my global variables (or configs etc.), or there is a problem with the plugins configure.ac. If you can't reproduce this, I may have to look more carefully. Any pointers would be helpful.

I'm using Sabayon 10 kde i686. (Sabayon packages 3.3.0, but I have uninstalled it.)

(PS: I trimmed the configure outputs, let me know if you need the whole thing.)

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: John Lindgren Original Date: 2012-09-29T15:59:26Z


audacious-plugins uses pkg-config to detect whether Audacious is installed. Have you set up pkg-config to look for .pc files under /usr/local?

For example: $ export LD_LIBRARY_PATH=/usr/local/lib $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

Also, you should ask on the forums first for help with building Audacious, until you are sure that the problem is caused by a bug in the build scripts rather than by user error.

Audacious-Bot commented 6 months ago

Original Redmine Comment Author Name: dontregister dontregister Original Date: 2012-09-29T18:14:10Z


Yes, that was it. Sorry about the erroneous bug report.