On 29.05.2012 01:56, Carlos Luna wrote:
> I think IÂŽve found whatÂŽs wrong here.... The problem seems to be the fact 
> that some projects inside the solution are trying to use the same folder for 
> writing their log files (.\Debug or .\Release). For example, when the zlib 
> project (the first in build order) starts building, it writes its log file. 
> But then before finishing zlib (because of some dependency relashioship I 
> guess) the jpeg project starts building, and it will try to write its log 
> file to the same location, but since that file has already been opened by the 
> previous project it will fail.
>
> This doesnÂŽt happen with the VC2010 solution because the projects for that 
> version are correctly configured. Expect (maybe) for the jpeg project, whicjh 
> output a library file with the wrong name (right?)
>
> So the only solution is to check the configuration of all 79 projects....

.. or to make VC2008 compile and link only one project at a time. There
is an option somewhere in the project, but I can't recall where it is.
It's something with "parallel build" or similar. Set it to 1.

.. or ignore the warning and run it again. This will probably build the
missing parts.

And, BTW, this SHOULD have been fixed in the past, but maybe something
was changed again. :-(

Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to