Ah, thanks for that. Now it all runs fine up to when I run make.

I get the following errors:
host C: acp <= build/tools/acp/acp.c
build/tools/acp/acp.c:25:27: error: host/CopyFile.h: No such file or
directory
build/tools/acp/acp.c: In function ‘process’:
build/tools/acp/acp.c:49: error: ‘bool’ undeclared (first use in this
function)
build/tools/acp/acp.c:49: error: (Each undeclared identifier is
reported only once
build/tools/acp/acp.c:49: error: for each function it appears in.)
build/tools/acp/acp.c:49: error: expected ‘;’ before ‘destMustBeDir’
build/tools/acp/acp.c:67: error: ‘destMustBeDir’ undeclared (first use
in this function)
build/tools/acp/acp.c:67: error: ‘true’ undeclared (first use in this
function)
build/tools/acp/acp.c:155: warning: implicit declaration of function
‘copyFile’
build/tools/acp/acp.c: In function ‘main’:
build/tools/acp/acp.c:175: error: ‘bool’ undeclared (first use in this
function)
build/tools/acp/acp.c:175: error: expected ‘;’ before ‘wantUsage’
build/tools/acp/acp.c:182: error: ‘wantUsage’ undeclared (first use in
this function)
build/tools/acp/acp.c:182: error: ‘false’ undeclared (first use in
this function)
build/tools/acp/acp.c:191: error: ‘COPY_NO_DEREFERENCE’ undeclared
(first use in this function)
build/tools/acp/acp.c:194: error: ‘COPY_TRY_EXE’ undeclared (first use
in this function)
build/tools/acp/acp.c:197: error: ‘COPY_FORCE’ undeclared (first use
in this function)
build/tools/acp/acp.c:200: error: ‘COPY_PERMISSIONS’ undeclared (first
use in this function)
build/tools/acp/acp.c:203: error: ‘COPY_TIMESTAMPS’ undeclared (first
use in this function)
build/tools/acp/acp.c:206: error: ‘COPY_RECURSIVE’ undeclared (first
use in this function)
build/tools/acp/acp.c:209: error: ‘COPY_UPDATE_ONLY’ undeclared (first
use in this function)
build/tools/acp/acp.c:216: error: ‘true’ undeclared (first use in this
function)
build/tools/acp/acp.c:224: error: ‘COPY_VERBOSE_MASK’ undeclared
(first use in this function)
make: *** [out/host/darwin-x86/obj/EXECUTABLES/acp_intermediates/
acp.o] Error 1

Matt

On Feb 18, 3:32 am, Dries Harnie <botje.li...@gmail.com> wrote:
> Is it complaining about the actual lunch binary?
>
> You need to source the envsetup.sh script first.
>
> type "source ./build/envsetup.sh" in your android tree.
>
> Dries
>
>
>
> On Wed, Feb 17, 2010 at 10:57 AM, Matt <matthewroberts...@gmail.com> wrote:
> > I'm currently running Mac OS X, and am having a few issues with
> > compiling android from source. I've set almost everything up
> > correctly, but when I run:
>
> > lunch sdk-eng
>
> > it fails, and says lunch isn't valid. Any ideas, or links to places
> > where compiling successfully on the Mac is discussed? So far I haven't
> > found anything.
>
> > --
> > unsubscribe: 
> > android-porting+unsubscr...@googlegroups.com<android-porting%2Bunsubscribe@ 
> > googlegroups.com>
> > website:http://groups.google.com/group/android-porting

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to