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....
_______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
