Re: [Audacity-quality] vst plugins fail to register
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Robert H. <aar...@gm...> - 2018-04-10 18:18:17
|
In addition to David's log for the release build: mod-script-pipe relies on a debug library. 1>------ Build started: Project: mod-script-pipe, Configuration: Release Win32 ------ 1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1193,5): warning MSB8012: TargetPath(C:\audacity\win\Projects\mod-script-pipe\Release\mod-script-pipe.dll) does not match the Linker's OutputFile property value (C:\audacity\win\Release\modules\mod-script-pipe.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). 1>LINK : fatal error LNK1104: cannot open file 'wxbase31ud.lib' 1>Done building project "mod-script-pipe.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 23 up-to-date, 0 skipped ========== Robert On 10/04/2018, David Bailes <drb...@gm...> wrote: > On 10 April 2018 at 15:30, James Crook <cr...@in...> wrote: > >> Could you cut and paste some of the errors? >> > > Release build: > 1>------ Skipped Build: Project: help, Configuration: Release Win32 ------ > 1>Project not selected to build for this solution configuration > 2>------ Build started: Project: mod-null, Configuration: Release Win32 > ------ > 3>------ Build started: Project: Audacity, Configuration: Release Win32 > ------ > 4>------ Build started: Project: mod-nyq-bench, Configuration: Release > Win32 ------ > 2>C:\Program Files > (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1193,5): > warning MSB8012: > TargetPath(C:\Users\David\audacity\win\Projects\mod-null\Release\mod-null.dll) > does not match the Linker's OutputFile property value > (C:\Users\David\audacity\win\Release\modules\mod-null.dll). This may cause > your project to build incorrectly. To correct this, please make sure that > $(OutDir), $(TargetName) and $(TargetExt) property values match the value > specified in %(Link.OutputFile). > 4>C:\Program Files > (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(1193,5): > warning MSB8012: > TargetPath(C:\Users\David\audacity\win\Projects\mod-nyq-bench\Release\mod-nyq-bench.dll) > does not match the Linker's OutputFile property value > (C:\Users\David\audacity\win\Release\modules\mod-nyq-bench.dll). This may > cause your project to build incorrectly. To correct this, please make sure > that $(OutDir), $(TargetName) and $(TargetExt) property values match the > value specified in %(Link.OutputFile). > 2> Creating library > C:\Users\David\audacity\win\Projects\mod-null\Release\mod-null.lib and > object C:\Users\David\audacity\win\Projects\mod-null\Release\mod-null.exp > 2> Generating code > 2> Finished generating code > 2> mod-null.vcxproj -> > C:\Users\David\audacity\win\Projects\mod-null\Release\mod-null.dll > 4> Creating library > C:\Users\David\audacity\win\Projects\mod-nyq-bench\Release\mod-nyq-bench.lib > and object > C:\Users\David\audacity\win\Projects\mod-nyq-bench\Release\mod-nyq-bench.exp > 4> Generating code > 4> Finished generating code > 4> mod-nyq-bench.vcxproj -> > C:\Users\David\audacity\win\Projects\mod-nyq-bench\Release\mod-nyq-bench.dll > 3> Creating library C:\Users\David\audacity\win\Release\Audacity.lib > and object C:\Users\David\audacity\win\Release\Audacity.exp > 3>libid3tag.lib(util.obj) : error LNK2001: unresolved external symbol > _uncompress > 3>libid3tag.lib(util.obj) : error LNK2001: unresolved external symbol > _compress2 > 3>C:\Users\David\audacity\win\Release\Audacity.exe : fatal error LNK1120: 2 > unresolved externals > ========== Build: 2 succeeded, 1 failed, 23 up-to-date, 1 skipped > ========== > > > When running the debug build, in Manage plugins dialog, if I enable a VST > plugin, and then press OK, I get four dialogs such as: > > > David. > > > >> >> --James. >> >> >> >> On 4/10/2018 2:47 PM, David Bailes wrote: >> >> On 9 April 2018 at 11:57, Steve the Fiddle <ste...@gm...> >> <ste...@gm...> wrote: >> >> >> On 9 April 2018 at 11:44, Peter Sampson <pet...@gm...> >> <pet...@gm...> >> wrote: >> >> >> On Mon, Apr 9, 2018 at 11:42 AM, David Bailes <drb...@gm...> >> <drb...@gm...> wrote: >> >> >> On 9 April 2018 at 11:27, Peter Sampson <pet...@gm...> >> <pet...@gm...> >> wrote: >> >> >> On Mon, Apr 9, 2018 at 9:52 AM, Peter Sampson >> <pet...@gm...> wrote: >> >> >> On Mon, Apr 9, 2018 at 9:42 AM, David Bailes <drb...@gm...> >> <drb...@gm...> >> wrote: >> >> >> On 6 April 2018 at 09:30, David Bailes <drb...@gm...> >> <drb...@gm...> wrote: >> >> >> Using latest commit, 0885fda45971bab64f0600415daa435ec89d90b8, on >> Windows 10, I can't enable any vst plugins. After pressing the enable and >> ok buttons I get a message saying failed to register. >> >> >> Can anyone enable vst plugins on Windows? >> >> >> On my w10 laptop with alpha 2.3.0 - yes I can. >> >> I can enable and run my Izotope Vinyl VST plug-in >> >> >> iZotope Vinyl VST plug-in enables and runs fine on: >> audacity-2.3.0-alpha-8-8de9c53e9e66267a8b985f9d765dad417215db0f >> the latest Appveyor build. >> >> >> thanks for testing. Where can I get the Appveyor build from? >> >> >> There's a build from 564e840 (18 hours ago) >> here:https://ci.appveyor.com/project/SteveDaulton/audacity/ >> build/2.3.0-alpha-109/artifacts >> >> >> thanks. Enabling VST plugins worked using that. Currently on my debug >> build, when I try to enable VST plugins it complains that 4 dlls are >> missing, and then fails. And I get link errors trying to build a release >> build. >> >> David. >> >> >> >> Steve >> >> >> >> >> From James >> >> Peter. >> >> >> >> >> David. >> >> >> >> previous test was with Bryan's nightly Build #111 >> >> Peter. >> >> >> >> >> >> Peter >> >> >> >> >> David. >> >> >> >> David. >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Audacity-quality mailing >> lis...@li...://lists.sourceforge.net/lists/listinfo/audacity-quality >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Audacity-quality mailing >> lis...@li...://lists.sourceforge.net/lists/listinfo/audacity-quality >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Audacity-quality mailing >> lis...@li...://lists.sourceforge.net/lists/listinfo/audacity-quality >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Audacity-quality mailing >> lis...@li...://lists.sourceforge.net/lists/listinfo/audacity-quality >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Audacity-quality mailing >> lis...@li...://lists.sourceforge.net/lists/listinfo/audacity-quality >> >> >> >> ------------------------------------------------------------------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> >> >> >> _______________________________________________ >> Audacity-quality mailing >> lis...@li...://lists.sourceforge.net/lists/listinfo/audacity-quality >> >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Audacity-quality mailing list >> Aud...@li... >> https://lists.sourceforge.net/lists/listinfo/audacity-quality >> >> > |