Thanks for the report. This is broken for me too. You should be able to work around it as follows:
make x64.release -Dhost_arch=x64 I'll land a proper fix as soon as I can. On Fri, May 11, 2012 at 8:55 AM, Charles Lowell <[email protected]>wrote: > All, > > Building master fails for me using the following command sequence: > > make dependencies > make x64.release > > It bombs out when compiling test-assembler-x64.cc with the error you > can see here: https://gist.github.com/2657957 > > The libraries themselves compile, but when I try to link against > libv8_base.a and libv8_snapshot.a, I get the following error: > > > ld: warning: ignoring file /Users/cowboyd/vendor/v8/out/x64.release/ > libv8_base.a, file was built for archive which is not the architecture > being linked (x86_64) > ld: warning: ignoring file /Users/cowboyd/vendor/v8/out/x64.release/ > libv8_snapshot.a, file was built for archive which is not the > architecture being linked (x86_64) > > > I see the commit detailed here > https://chromiumcodereview.appspot.com/9808065 > on master, but still can't actually get it to build. Any help greatly > appreciated, including pointers or where I should look to fix it > myself. > > cheers, > Charles > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
