Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-17 Thread Stefan Weil
Am 07.11.2012 12:47, schrieb Gerd Hoffmann: Hi, The internal pixman code is also too old for cross compilations with MinGW-w64. It already fails when running configure. Newer versions of pixman compile after a trivial modification which is needed to avoid redefined symbols: I'd prefer to not

Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-07 Thread Johnson, Eric
devel-bounces+ericj=mips@nongnu.org [mailto:qemu-devel- > bounces+ericj=mips@nongnu.org] On Behalf Of Johnson, Eric > Sent: Wednesday, November 07, 2012 12:07 PM > To: Gerd Hoffmann; Blue Swirl > Cc: Peter Maydell; qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [PATCH] Fix out-

Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-07 Thread Johnson, Eric
To: Blue Swirl > Cc: Peter Maydell; qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds > for pixman > > On 11/03/12 21:15, Blue Swirl wrote: > > On Sat, Nov 3, 2012 at 7:02 PM, Peter Maydell > wrote: > >> On 3 Nov

Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-07 Thread Gerd Hoffmann
Hi, > The internal pixman code is also too old for cross compilations with > MinGW-w64. It already fails when running configure. > > Newer versions of pixman compile after a trivial modification which > is needed to avoid redefined symbols: I'd prefer to not have local patches. Can you submit

Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-07 Thread Gerd Hoffmann
On 11/03/12 21:15, Blue Swirl wrote: > On Sat, Nov 3, 2012 at 7:02 PM, Peter Maydell > wrote: >> On 3 November 2012 19:47, Blue Swirl wrote: >>> --- a/Makefile >>> +++ b/Makefile >>> @@ -122,7 +122,7 @@ subdir-pixman: pixman/Makefile >>> $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -

Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-06 Thread Johnson, Eric
ject: Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds > for pixman > > Am 03.11.2012 21:15, schrieb Blue Swirl: > > On Sat, Nov 3, 2012 at 7:02 PM, Peter Maydell > wrote: > >> On 3 November 2012 19:47, Blue Swirl wrote: > >>> --- a/Makefile

Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-04 Thread Stefan Weil
Am 03.11.2012 21:15, schrieb Blue Swirl: On Sat, Nov 3, 2012 at 7:02 PM, Peter Maydell wrote: On 3 November 2012 19:47, Blue Swirl wrote: --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ subdir-pixman: pixman/Makefile $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C pixman V="$(V

Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-03 Thread Blue Swirl
On Sat, Nov 3, 2012 at 7:02 PM, Peter Maydell wrote: > On 3 November 2012 19:47, Blue Swirl wrote: >> --- a/Makefile >> +++ b/Makefile >> @@ -122,7 +122,7 @@ subdir-pixman: pixman/Makefile >> $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C pixman V="$(V)" >> all,) >> >> pixman/Makef

Re: [Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-03 Thread Peter Maydell
On 3 November 2012 19:47, Blue Swirl wrote: > --- a/Makefile > +++ b/Makefile > @@ -122,7 +122,7 @@ subdir-pixman: pixman/Makefile > $(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C pixman V="$(V)" > all,) > > pixman/Makefile: $(SRC_PATH)/pixman/configure > - (cd pixman; $(SRC_P

[Qemu-devel] [PATCH] Fix out-of-tree and cross compile builds for pixman

2012-11-03 Thread Blue Swirl
Pass the selected set of compile tools (cc, ld, nm, ar, ranlib) to pixman configure. Fix out-of-tree compiler paths so that pixman-version.h in build directory can be found. Signed-off-by: Blue Swirl --- Makefile |2 +- configure |8 ++-- 2 files changed, 7 insertions(+), 3 deletio