Hi,

I am trying to build ADT 0.9.0 on Mac OS by running build_server.sh
under:

development/tools/eclipse/scripts/build_server.sh

The script failed inside build_server.sh at line 55 when it tries to
check for Linux dependency.  It failed at line:

 # The current Eclipse build has some Linux dependency in its config
files
[ `uname` == "Linux" ] || die "This must run from a Linux box."

On Mac OS 'uname' == "Darwin" not "Linux"

I was wondering if anyone has suggestion or solution to this ?

Thanks



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to