I got those fatal error LNK. That happens if: - When I stop the build in the middle. - When I code while building
I had to just clean that project Build > Clean project, and it works. On Tue, Jan 6, 2009 at 2:22 PM, Marc-Antoine Ruel <[email protected]>wrote: > > I started seeing a slew of: > > 98>glue.lib(autofill_form.obj) : fatal error LNK1318: Unexpected PDB > error; RPC (23) '(0x000006BA)' > > 26>...\xmemory(155) : error C2471: cannot update program database > 'c:\b\slave\try-win32-2\build\src\chrome\debug\obj\plugin_tests\vc80.pdb' > 26>...\xmemory(155) : error C2471: cannot update program database '??? ' > > and other neat errors like that on the try slaves. I don't know why > but it doesn't seem to happen on the continuous build slaves. Maybe > related to IB? > > Maybe we'll need to revert and folks can enable it locally. > > On Mon, Jan 5, 2009 at 10:50 PM, Mohamed Mansour > <[email protected]> wrote: > > Awesome Brett! > > My Quad Core processor is using all the 4 CPU :) 94% constant :x Mine > took > > 20minutes to build from scratch, big improvement! I was doing many other > > stuff at the same time, Java (Eclipse), C# Visual Studio, browsing. > > Awesome Improvement, thanks! No need to wait 40 minutes :) > > > > On Mon, Jan 5, 2009 at 7:32 PM, Brett Wilson <[email protected]> > wrote: > >> > >> I just checked in a change to use /MP for all compiles, which is a > >> secret undocumented flag that does parallel compiles within each > >> project. > >> > >> Please let me know of your computer melts or becomes unusable during a > >> compile. It should more efficiently use all of your CPUs when doing > >> regular Visual Studio builds (it will have no effect on > >> IncrediBuilds). You can remove it from essential.vsprops if it's > >> causing problems. > >> > >> We tested on Carlos' 2-processor system and it pegged the CPU more, > >> although it's not clear if it's a lot faster than before. On my > >> 4-processor system, a build of just chrome_exe and all of it's > >> dependencies went from 25 to 16 minutes after using this flag. So if > >> you hate IncrediBuild, life might actually be tolerable without it for > >> fast systems. > >> > >> Brett > >> > >> > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
