Visual D always rebuilds - "This project is out of date"

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Thu Jun 19 01:03:56 PDT 2014



On 19.06.2014 06:47, David Bregman wrote:
> I created a new console application using visual D. Whenever I hit f7 to
> build, it always does a complete rebuild even if no changes have been
> made. If I try to start debugging, I always get the popup window saying
> that the project is out of date even when it's not.
>
> I tried a few things to see if I could narrow down the cause, but it
> seems to be always reproducible.
>
> -uninstalled and reinstalled dmd + visual D (2.065, 3.38-1,
> respectively), deleted and recreated the project files. I thought this
> would fix any timestamp related issues.
> -tried with different versions of visual studio (2010, 2012, 2013).
> -tried debug/release/win32/x64
>
> (my OS is win7 x64 in case that matters.)
>
> Is this a known issue? Is there anything else I can try?
>

I guess it is: https://issues.dlang.org/show_bug.cgi?id=12922

You can enable "Show why a target is rebuilt" on the "Projects and 
solutions->Visual D Settings" page to see what is causing the issue.

I suspect unchecking "Monitor OPTLINK dependencies" helps.


More information about the Digitalmars-d-ide mailing list