FWIW, I had similar troubles with NaCl auto-generated headers, but in my case the underlying problem was VS not finding Python. Adding the depot_tools path to the Windows system path fixed this problem for me. - Roland
On Thu, Oct 1, 2009 at 6:43 AM, Jay Campan <[email protected]> wrote: > > If you get build errors on Windows about some native client generated > header file missing, make sure to run the sync command from cmd.exe, > not from cygwin bash. > (or just run "gclient runhook --force" from cmd.exe) > > There is a bug (http://code.google.com/p/nativeclient/issues/detail?id=105 > ) > when generating the vcproj from cygwin's bash. > > Jay > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
