2008/9/21 Hector <[EMAIL PROTECTED]>: > On Sep 21, 10:53 am, "Marc-Antoine Ruel" <[EMAIL PROTECTED]> wrote: >> It was relating to src\third_party\cygwin being incorrectly >> synchronized. Executing 'gclient sync --force' fixed the issue. > > I will try that later.
- Please execute 'gclient sync --force' first just to be safe. This is recommended to close Visual Studio while updating the tree in case a .vsprops file is updated, which Visual Studio doesn't detect and eventually causes a Real Mess(tm). - Once this is done, delete the directory d:\chrome\trunk\src\chrome\Debug\obj\v8bindings\derivedsources - Start VS again and build only the V8Bindings_prebuild project. The output should look like this: ------ Build started: Project: V8Bindings_prebuild, Configuration: Debug Win32 ------ Performing Custom Build Step 0 File(s) copied 0 File(s) copied C:\code\chrome\n1\src\chrome\Debug\obj\V8Bindings\DerivedSources Building DerivedSources /cygdrive/c/code/chrome/n1/src/webkit/port... /cygdrive/c/code/chrome/n1/src/THIRD_~1/WebKit/WebCore/css/CSSGrammar.y: conflicts: 37 shift/reduce Build Time 2:19 V8Bindings_prebuild - 0 error(s), 0 warning(s) ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ========== - This was done on a laptop so your build time should be faster. - If that worked, you should have in your derivedesources 586 File(s) and ~3946641 bytes. The actual number of bytes vary due to the path length. CSSGrammar.cpp ~125351 bytes CSSGrammar.h 4849 bytes - Then you can try building chrome_exe.vcproj. M-A --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
