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
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-
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
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
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) -
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
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
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
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
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
10 matches
Mail list logo