Page 1 of 1

Where make puts the Audacity binary

Posted: Fri May 23, 2014 9:09 pm
by Gale Andrews
I don't know if this changed after the Audacity changes to use autoconf, but when building Audacity on Ubuntu 13.10 using "make", the Audacity binary is now placed in src/ rather than in the root of the source tree as always used to be the case.

So if you have not installed Audacity, you don't have access to the shipped plug-ins as you did before.

Can anyone confirm this on other distros?


Gale

Re: Where make puts the Audacity binary

Posted: Sat May 24, 2014 1:21 am
by steve
Prior to the autoconf change, Audacity would pick up both the shipped plug-ins and built modules from within the source code tree. Now it doesn't. (Debian).
Remind me, what was the benefit of the autoconf change?

Re: Where make puts the Audacity binary

Posted: Sat May 24, 2014 5:51 pm
by Gale Andrews
steve wrote:Prior to the autoconf change, Audacity would pick up both the shipped plug-ins and built modules from within the source code tree. Now it doesn't. (Debian).
And on Ubuntu it does pick up the plug-ins and modules if I put the binary back in the top level of the tree. Do you agree?
steve wrote:Remind me, what was the benefit of the autoconf change?
You'll need to ask that of the author of the changes.


Gale