On 01.05.2010, at 07:38, Greg Ercolano wrote: > Greg Ercolano wrote: >> I find that to get FLTK to build successfully in the Microsoft IDE, >> I have to set the parallel builds to '1', eg: >> >> Go into Tools -> Options -> Project Solutions -> Build and Run >> ..and set "maximum number of parallel project builds" to 1. > [..] >> I'm guessing there might be something wrong with our dependencies that >> is causing parallel builds not to work right, e.g. the apps try to build >> before the lib has been completely built. Or maybe it's a buggy IDE.. > > I've confirmed switching the above "parallel builds" value from 1 <-> 2 > affects build success with VS 2008; 1 works, 2 fails. > (...) > Just run it while in the ide/VisualC6 dir; it converts "*.dsp" > in the cwd and writes new .dsp files to the subdir "./new-dsp/". > > So after you run the script, you would: > > mkdir old-dsp > move *.dsp old-dsp > move new-dsp\*.dsp . > del *.vcproj > > ..then load the fltk.dsw in VS, and test. > > If the above all makes sense, I can check the modified *.dsp files > into SVN with those fixes. > > Should solve those damn vc90.idb "file in use" errors once and for all..
Those files are generated by Fluid. Better to change the Fluid code than to modify the VisualC6 files! It's in ide_visualc.cxx . I'll be happy to fix it when I find the time. - Matthias _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
