On Wed, Sep 16, 2009 at 1:36 PM, Evan Martin <e...@chromium.org> wrote:
> If you're getting errors like
>  NameError: name 'javascript_engine'
> Then you need to adjust how you build.
>
> 1) You can't pass flags to gyp anymore.  Instead
> export GYP_GENERATORS='make'
> export GYP_DEFINES='target_arch=x64'
>
> 2) You must run this other gyp_chromium from exactly the directory
> above chrome/src:
>  python ./src/build/gyp_chromium

NOTE: there is *another* gyp_chromium in a different directory that
will cause the original failure.  Be sure you're using exactly the
above command line.

>
> Some of these may be bugs, dunno, but that will at least get you working 
> again.
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to