I have been unsuccessfully trying to get audacity to compile in a
directory different than the one that holds the source code. Audacity
always ends up complaining about the packages in lib-src not being
configured. For instance when I try
[email protected]:/tmp$ ~/new/audacity/configure
The configure script halts with the error
[...]
checking for WIDGETEXTRA... no
configure: error: lib-widget-extra is required to build audacity. A
copy is included in the audacity source distribution at
lib-src/lib-widget-extra/.
How do I rectify this? I really would like to keep my source tree
uncluttered ...
Compiling audacity to a separate directory
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
-
Sanjoy.Das
- Posts: 2
- Joined: Wed Jan 20, 2010 8:44 pm
- Operating System: Please select
Re: Compiling audacity to a separate directory
The simple solution; make a copy of the source tree and compile it there.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
Sanjoy.Das
- Posts: 2
- Joined: Wed Jan 20, 2010 8:44 pm
- Operating System: Please select
Re: Compiling audacity to a separate directory
That approach quickly gets out of hand once one starts incrementally editing the source code - making a small change in one file should not require copying an entire directory over.
A better solution would be to hack up a shell script / Makefile which copies files intelligently, based on the last modification dates. But creating such a script / Makefile will probably not be trivial (or so I think).
A better solution would be to hack up a shell script / Makefile which copies files intelligently, based on the last modification dates. But creating such a script / Makefile will probably not be trivial (or so I think).