Another problem though, project dependencies...

Building and customizing Audacity from the source code.
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
Post Reply
Paul L
Posts: 1788
Joined: Mon Mar 11, 2013 7:37 pm
Operating System: Please select

Another problem though, project dependencies...

Post by Paul L » Wed Dec 04, 2013 5:32 am

I built and ran and debugged Audacity. I made a change in add.c in libnyquist/nyqsrc. I built the solution. The libnyquist project recompiled, but apparently it was not linked. When I try to put a breakpoint in add.c, it's disabled because my source is supposedly newer than the build. I changed the debugging options to allow that, and verified by examining variables that my change was not effective in my build.

What am I doing wrong? I don't want to rebuild the whole project to guarantee that my change is linked!

Paul L
Posts: 1788
Joined: Mon Mar 11, 2013 7:37 pm
Operating System: Please select

Re: Another problem though, project dependencies...

Post by Paul L » Wed Dec 04, 2013 5:37 am

RIght click on the Audacity project, Project Only, Link Only Audacity -- seems to fix it, but I thought just rebuilding the solution should have done that.

Edgar
Forum Crew
Posts: 2043
Joined: Thu Sep 03, 2009 9:13 pm
Operating System: Windows 10

Re: Another problem though, project dependencies...

Post by Edgar » Wed Dec 04, 2013 6:57 am

I can't be sure but you may have had the Nyquist project selected in the Solution Explorer thus when you clicked on build solution you may have only been building Nyquist. Then when you right-click on the Audacity Project it became the selected/current project and its solution contains all the other projects except maybe Help and Locale.

Post Reply