[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] QEMU fails to configure on non-x86 hosts with recent SD
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] QEMU fails to configure on non-x86 hosts with recent SDL2 |
Date: |
Wed, 7 Mar 2018 14:18:02 +0000 |
On 7 March 2018 at 14:11, Gerd Hoffmann <address@hidden> wrote:
> Hi,
>
>> > Any suggestions for how to do a workaround?
>>
>> Drop -Wundef when running the configiure test, or override it with -Wno-undef
>>
>> If the actual ui/sdl* files fail for same reason, we could use a gcc
>> pragma top disable -Wundef in just those files, or set -Wno-undef in
>> CFLAGS on a per-.o file basis in Makefile.objs
>
> What is the status here? Could you try this peter? Don't have a test
> box with SDL 2.0.8 at hand ...
Haven't tried it, but I'm pretty sure it would work. For the
moment I just passed --disable-sdl to configure...
> Any reaction from debian/upstream? Given that this probably affects
> pretty much any SDL user and 2.0.8 is a few days old only a quick 2.0.9
> bugfix release would be the best solution I guess.
Nothing from Debian yet; haven't tried to contact upstream
(feel free to do that yourself).
thanks
-- PMM