> 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

The "set number of parallel builds = 1" should work, I´ll try it later today. 
The downside is that it´s a global setting, so one has to remember to set it 
everytime you want to build fltk (I know, how many time a normal user builds 
the library?).

The ignore and run again works, IIRC - but I really prefer when you just hit 
"Build" and it finishes cleanly, with no errors or warnings.

Last night I managed to fix the projects for the debug build. But the release 
build still gives me trouble. I must say, some projects are very badly 
configured! The same goes to the VC2010 jpeg project  the output library file 
name is wrong. I wonder why no one has complained about it before (I found a 
post with a message similar to the one I was getting - it was from 2004!)

If that´s okay, and if I can get the release build to run smoothly I´ll post 
the modified projects so you can include them.

Carlos

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

Reply via email to