[chromium-dev] LONG_BIT not #defined correctly for 32bit target on 64bit host machine

2010-02-24 Thread Zelidrag Hornung
While compiling come changes in Chrome project for ChromeOS - as 32bit target on a 64bit host machine - I am running into a compile error due to a wrong value being set for LONG_BIT define. For some reasons, regardless of my 32bit target build architecture, this value is set as if I am compiling

[chromium-dev] Re: LONG_BIT not #defined correctly for 32bit target on 64bit host machine

2010-02-24 Thread Zelidrag Hornung
I think I found what is causing this - there is a problem how python is configured for chromeos chroot, working on a fix... On Wed, Feb 24, 2010 at 11:41 AM, Zelidrag Hornung zelid...@chromium.orgwrote: While compiling come changes in Chrome project for ChromeOS - as 32bit target on a 64bit