Compile error analyze.ny
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
Compile error analyze.ny
Since SVN r13054 i get this error:
make[2]: Entering directory `/home/hains/audacity-read-only/src'
cd .. && /bin/sh ./config.status src/configunix.h
config.status: creating src/configunix.h
config.status: src/configunix.h is unchanged
make[2]: Leaving directory `/home/hains/audacity-read-only/src'
make[1]: Leaving directory `/home/hains/audacity-read-only/src'
Making all in tests
make[1]: Entering directory `/home/hains/audacity-read-only/tests'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/hains/audacity-read-only/tests'
make[1]: Entering directory `/home/hains/audacity-read-only'
make[1]: *** No rule to make target `plug-ins/analyze.ny', needed by `all-am'. Stop.
make[1]: Leaving directory `/home/hains/audacity-read-only'
make: *** [all-recursive] Error 1
[email protected]:~/audacity-read-only$
r13053 was no problem. Ubuntu 14.04.
make[2]: Entering directory `/home/hains/audacity-read-only/src'
cd .. && /bin/sh ./config.status src/configunix.h
config.status: creating src/configunix.h
config.status: src/configunix.h is unchanged
make[2]: Leaving directory `/home/hains/audacity-read-only/src'
make[1]: Leaving directory `/home/hains/audacity-read-only/src'
Making all in tests
make[1]: Entering directory `/home/hains/audacity-read-only/tests'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/hains/audacity-read-only/tests'
make[1]: Entering directory `/home/hains/audacity-read-only'
make[1]: *** No rule to make target `plug-ins/analyze.ny', needed by `all-am'. Stop.
make[1]: Leaving directory `/home/hains/audacity-read-only'
make: *** [all-recursive] Error 1
[email protected]:~/audacity-read-only$
r13053 was no problem. Ubuntu 14.04.
Re: Compile error analyze.ny
analyze.ny has recently been removed from the source code (it was just a demonstration/example plug-in with no practical value).
To ensure that you are starting with a clean source, run:
then run:
to reconfigure the build options.
If you have a problem with the last command, try:
Note that autoreconf requires autoreconf 2.60 or later (should be available in your distro repository).
To ensure that you are starting with a clean source, run:
Code: Select all
make distcleanCode: Select all
autoreconf --no-recursiveIf you have a problem with the last command, try:
Code: Select all
autoreconf --no-recursive -i9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Compile error analyze.ny
That did not work. But i removed analyze.ny in the makefile(root) row 524 and now itś compiling again.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Compile error analyze.ny
Thanks, the removal of analyze.ny from Makefile.am has now been committed: http://code.google.com/p/audacity/source/detail?r=13057
Gale
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
-
frenchfries
- Posts: 6
- Joined: Sat Feb 15, 2014 12:03 pm
- Operating System: Please select
Re: Compile error analyze.ny
Hello,
I just compiled Audacity for the first time, and had an issue concerning analyze.ny.
For Audacity to build without failing, I had to remove analyze.ny from the plug-ins folder in the Audacity VC++ project.
I just compiled Audacity for the first time, and had an issue concerning analyze.ny.
For Audacity to build without failing, I had to remove analyze.ny from the plug-ins folder in the Audacity VC++ project.
Re: Compile error analyze.ny
If you are using the current SVN checkout, analyze.ny is not present.frenchfries wrote:For Audacity to build without failing, I had to remove analyze.ny from the plug-ins folder in the Audacity VC++ project.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
frenchfries
- Posts: 6
- Joined: Sat Feb 15, 2014 12:03 pm
- Operating System: Please select
Re: Compile error analyze.ny
I may be confused since I am new to the project. I see that the file analyze.ny is no longer present, but it seems that the Audacity project still has a reference to it.steve wrote:If you are using the current SVN checkout, analyze.ny is not present.frenchfries wrote:For Audacity to build without failing, I had to remove analyze.ny from the plug-ins folder in the Audacity VC++ project.
I've attached a file which is a diff between the working base with the analyze reference, and what I had to change to make it work for myself.
- Attachments
-
- audacityAnalyze.png (143.1 KiB) Viewed 3361 times
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Compile error analyze.ny
Analyze.ny has not yet been removed from the Windows MSVC project files, so as frenchfries says, Audacity won't compile on Windows without that change.steve wrote:If you are using the current SVN checkout, analyze.ny is not present.frenchfries wrote:For Audacity to build without failing, I had to remove analyze.ny from the plug-ins folder in the Audacity VC++ project.
If someone doesn't notice it soon, I'll remind them/suggest a patch.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
-
frenchfries
- Posts: 6
- Joined: Sat Feb 15, 2014 12:03 pm
- Operating System: Please select
Re: Compile error analyze.ny
Also, there is a reference to analyze.ny in the makefile.in file.
Should all references to analyze.ny be removed?
Should all references to analyze.ny be removed?
Re: Compile error analyze.ny
I've prompted the developers about this, but it was only about 48 hours ago that analyze.ny was removed. References in the various build systems are being removed.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)