Re: [android-porting] Android build issue

2010-10-26 Thread Przemyslaw Wegrzyn
On 10/26/2010 04:37 PM, Butchi Peddi wrote: Hi, I am trying to build android source on Ubuntu(9.10) and getting compilation errors as below. You may also want to take a look at my just-published post about compiling Android SDK under Ubuntu 10.10, it may be partially applicable to Ubuntu 9.10

Re: [android-porting] Android build issue

2010-10-26 Thread David Turner
That's right, the emulator is built as a 32-bit binary, so you need 32-bit development libraries for it to work. On Tue, Oct 26, 2010 at 9:38 AM, Przemyslaw Wegrzyn < pwegr...@codepainters.com> wrote: > On 10/26/10 4:37 PM, Butchi Peddi wrote: > > I am trying to build android source on Ubuntu(9.

Re: [android-porting] Android build issue

2010-10-26 Thread Przemyslaw Wegrzyn
On 10/26/10 4:37 PM, Butchi Peddi wrote: I am trying to build android source on Ubuntu(9.10) and getting compilation errors as below. I uninstalled jdk6 jre but no luck. The error is related to stdc++ lib. I checked in synaptic package manager and it shows libstdc++6-4.4-dev got installed.

[android-porting] Android build issue

2010-10-26 Thread Butchi Peddi
Hi, I am trying to build android source on Ubuntu(9.10) and getting compilation errors as below. I uninstalled jdk6 jre but no luck. The error is related to stdc++ lib. I checked in synaptic package manager and it shows libstdc++6-4.4-dev got installed. Can you please help me in this regard?