Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Unable to build x64 on OSX Snow Leopard using GYP
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Charles Lowell  
View profile  
 More options May 11 2012, 2:55 am
From: Charles Lowell <cowb...@thefrontside.net>
Date: Thu, 10 May 2012 23:55:06 -0700 (PDT)
Local: Fri, May 11 2012 2:55 am
Subject: Unable to build x64 on OSX Snow Leopard using GYP
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakob Kummerow  
View profile  
 More options May 11 2012, 4:11 am
From: Jakob Kummerow <jkumme...@chromium.org>
Date: Fri, 11 May 2012 10:11:27 +0200
Local: Fri, May 11 2012 4:11 am
Subject: Re: [v8-users] Unable to build x64 on OSX Snow Leopard using GYP

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 <cowb...@thefrontside.net>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charles Lowell  
View profile  
 More options May 11 2012, 10:31 am
From: Charles Lowell <cowb...@thefrontside.net>
Date: Fri, 11 May 2012 07:31:29 -0700 (PDT)
Local: Fri, May 11 2012 10:31 am
Subject: Re: Unable to build x64 on OSX Snow Leopard using GYP
Jakob,

Thanks for the reply. That worked! ...almost, I actually had to tweak
it a little bit to:

make x64.release GYPFLAGS="-Dhost_arch=x64"

since it appears that make does not understand the -D option.

thanks again for sorting me out.

cheers,
Charles

On May 11, 3:11 am, Jakob Kummerow <jkumme...@chromium.org> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakob Kummerow  
View profile  
 More options May 11 2012, 11:03 am
From: Jakob Kummerow <jkumme...@chromium.org>
Date: Fri, 11 May 2012 17:03:57 +0200
Local: Fri, May 11 2012 11:03 am
Subject: Re: [v8-users] Re: Unable to build x64 on OSX Snow Leopard using GYP

On Fri, May 11, 2012 at 4:31 PM, Charles Lowell <cowb...@thefrontside.net>wrote:

> I actually had to tweak it a little bit to:

> make x64.release GYPFLAGS="-Dhost_arch=x64"

> since it appears that make does not understand the -D option.

Of course, that's what I actually meant :-)

The fix is in r11547.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »