Re: Devenv 2003: Constant Relinking.



"Victor Bazarov" wrote:

> 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
>

Of Course, I cleaned all temp files and files that are not part of the
source code (temp/intermediate files) and not good...
.



Relevant Pages

  • Re: Why NOT to link using pragma comment (lib, libname)
    ... but these are almost negligible in comparison with in house libraries. ... I change something for the library, I am forced to "Rebuild All" as I ... VS2005 compilation was on the same lines as far as time is ... There are other issues as well and some really bad mistakes on MSFT ...
    (microsoft.public.vc.mfc)
  • Re: HEADS UP: compat6x
    ... use -stable apps by doing the library bump at first breakage. ... why not just enable symbol versioning in current by default now ... change the way dependencies are recorded in shared libraries, ... only have to rebuild things once. ...
    (freebsd-current)
  • Re: HEADS UP: compat6x
    ... use -stable apps by doing the library bump at first breakage. ... why not just enable symbol versioning in current by default now ... change the way dependencies are recorded in shared libraries, ... only have to rebuild things once. ...
    (freebsd-current)
  • Re: What should I do with std.textio.all of ModelSim
    ... Maybe you have an old version of modelsim? ... Rebuilding Supplied Libraries ... to rebuild these libraries, the sources are provided in the vhdl_src ... manu: 'compile' and 'compile all'. ...
    (comp.arch.fpga)
  • Re: Why NOT to link using pragma comment (lib, libname)
    ... but these are almost negligible in comparison with in house libraries. ... I change something for the library, I am forced to "Rebuild All" as I ... And if a Rebuild All takes 28 hours, you have bigger problems than simply ... specifying dependent libraries in the wrong place. ...
    (microsoft.public.vc.mfc)

Loading