Re: Devenv 2003: Constant Relinking.



ShayEr wrote:
"Victor Bazarov" wrote:
ShayEr wrote:

I have a very complicated project that consist of something like 50 static libs, each time that i want to debug the project the environment claims that the .main executable is not up-to-date a needs to be build. Each time that a debugging session starts the compiler relink my project. Is there a way to know which output is not updated? The $(TargetPath) seems on and also the .pdb files and .map files.

It sounds more like one of your libraries or object modules has its datetime stamp waaaay in the future. Rebuild all and see if it changes. Or search the .obj and .lib files and sort by date in the search window, to see which one is in the future. Then rebuild only that one.

V



I've done rebuilds like a gazillion times, and just to make sure I searched the entire directory for *.obj and *.libs from the future.
Is there a way that the compiler tell we why he things that the exe is out of date?

If there is, I don't know about it. Sorry.

Have you tried removing .pdb and .ilk files (and other files you don't
know or don't care for)?

V
.



Relevant Pages

  • Re: SYSGEN phase
    ... you didn't install the shared source. ... apparent problem aside from ridiculously long build times. ... then do a build and sysgen, PB will attempt to rebuild all of the private ... In this attempt it will clean the libs that shipped ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Building system libs with debugging symbols
    ... firefox crash. ... How exactly do I go about doing that, since those libs ... Do I have to rebuild world or can I just rebuild ... It's perfectly safe to do this if your source tree ...
    (freebsd-questions)
  • Re: bittorrent has problems after an update to currnet
    ... On Tue, 10 Feb 2004, Kris Kennaway wrote: ... >> python on a mans machince was doing as mine is and there was no linking ... >> to several libs. ... > rebuild everything that links to or references libc_r (easiest to just ...
    (freebsd-current)
  • Re: bittorrent has problems after an update to currnet
    ... > missing the all important thread? ... > causing the trouble and rebuild selected apps, ... > python on a mans machince was doing as mine is and there was no linking ... > to several libs. ...
    (freebsd-current)
  • Re: Devenv 2003: Constant Relinking.
    ... >> debugging session starts the compiler relink my project. ... Rebuild all and see if it changes. ... the entire directory for *.obj and *.libs from the future. ...
    (microsoft.public.vc.ide_general)

Loading