[android-porting] Re: build failure on mac

2009-03-22 Thread bongo
Worked for me. Thank you. On Feb 26, 6:14 pm, wolfmanjm wrote: > Ok finally figured this out. > > If you are using BASH then you must do this... > > > unset CDPATH --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://g

[android-porting] Re: build failure on mac

2009-02-26 Thread wolfmanjm
Ok finally figured this out. If you are using BASH then you must do this... > unset CDPATH This will stop the path being echoed and screwing up the make scripts. On Jan 8, 9:28 am, Mahesh wrote: > Thanks for your response David. > I am still getting the same error. > I figured out a common is

[android-porting] Re: build failure on mac

2009-01-08 Thread Mahesh
Thanks for your response David. I am still getting the same error. I figured out a common issue in the following files and made changes: build/core/base_rules.mk build/core/definitions.mk dalvik/libcore/Android.mk The issue is the output of 'cd' getting into the output of functions like the follo

[android-porting] Re: build failure on mac

2009-01-08 Thread David Turner
try configuring your environment before invoking make, e.g.: . build/envsetup.sh choosecombo On Thu, Jan 8, 2009 at 4:38 AM, Mahesh wrote: > > hi, > I am trying to build android release 1.0 on a MacBook Pro running Mac > OS X 10.5.6 > > I downloaded android with the following commands: > repo