Re: [Qemu-devel] This is an out of tree build but your source tree

2013-05-20 Thread Peter Cheung
Nice idea, thanks Andreas > Date: Mon, 20 May 2013 17:59:12 +0200 > From: afaer...@suse.de > To: mcheun...@hotmail.com > CC: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] This is an out of tree build but your source tree > > Hi, > > Am 20.05.2013 04:33, schri

Re: [Qemu-devel] This is an out of tree build but your source tree

2013-05-20 Thread Peter Cheung
Thanks gentlemen :-) > Date: Mon, 20 May 2013 08:17:33 +0200 > From: stefa...@gmail.com > To: mcheun...@hotmail.com > CC: qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] This is an out of tree build but your source tree > > On Mon, May 20, 2013 at 4:33 AM, Peter Cheung wr

Re: [Qemu-devel] This is an out of tree build but your source tree

2013-05-20 Thread Peter Crosthwaite
Hi Andreas, Peter, On Tue, May 21, 2013 at 1:59 AM, Andreas Färber wrote: > Hi, > > Am 20.05.2013 04:33, schrieb Peter Cheung: >> Hi all >> I have this problem in my Mac >> >> /Users/peter/workspace/qemu_latest>make >> Makefile:16: *** This is an out of tree build but your source tree >> (/Us

Re: [Qemu-devel] This is an out of tree build but your source tree

2013-05-20 Thread Andreas Färber
Hi, Am 20.05.2013 04:33, schrieb Peter Cheung: > Hi all > I have this problem in my Mac > > /Users/peter/workspace/qemu_latest>make > Makefile:16: *** This is an out of tree build but your source tree > (/Users/peter/workspace/qemu_latest) seems to have been used for an > in-tree build. You c

Re: [Qemu-devel] This is an out of tree build but your source tree

2013-05-20 Thread Peter Maydell
On 20 May 2013 09:11, Peter Maydell wrote: > On 20 May 2013 07:17, Stefan Hajnoczi wrote: >> If you are not trying to do an out-of-tree build then maybe the >> Makefile is buggy here on Mac OS X: >> ifneq ($(realpath $(SRC_PATH)),$(realpath .)) > > manooth$ realpath > -bash: realpath: command not

Re: [Qemu-devel] This is an out of tree build but your source tree

2013-05-20 Thread Peter Maydell
On 20 May 2013 07:17, Stefan Hajnoczi wrote: > If you are not trying to do an out-of-tree build then maybe the > Makefile is buggy here on Mac OS X: > ifneq ($(realpath $(SRC_PATH)),$(realpath .)) manooth$ realpath -bash: realpath: command not found ...might be why this rune does not work on Mac

Re: [Qemu-devel] This is an out of tree build but your source tree

2013-05-19 Thread Stefan Hajnoczi
On Mon, May 20, 2013 at 4:33 AM, Peter Cheung wrote: > /Users/peter/workspace/qemu_latest>make > Makefile:16: *** This is an out of tree build but your source tree > (/Users/peter/workspace/qemu_latest) seems to have been used for an in-tree > build. You can fix this by running "make distclean &&