It appears after r3597 or so you can no longer run scons directly --
you'll get an error about component_setup.

Instead you can use the "hammer" script that is part of depot_tools:
 
http://src.chromium.org/viewvc/chrome/trunk/depot_tools/linux/hammer?revision=3372
Notably, it passes the --site-scons flag to scons.  You should run it
as "path/to/hammer Hammer".  (Without the second argument I got an
error in mbsdiff.)

For future reference: if you run into these sorts of problems, it's
helpful to look at the buildbot to see what command it's running.

I'll leave it to the build experts to explain further; the above was
enough for me to work on my own thing.


(PS: I still get a failing unit test with "ubrk_open failed", which I
think is caused by the icu data file not getting installed in the
correct directory.  Not sure what's going on there, but surely it'll
be fixed soonish so don't worry if you encounter it.)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" 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-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to