qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: source fails to compile on msys2


From: Peter Maydell
Subject: Re: source fails to compile on msys2
Date: Wed, 12 Apr 2023 13:13:01 +0100

On Wed, 12 Apr 2023 at 13:05, Howard Spoelstra <hsp.cat7@gmail.com> wrote:
>
> Hello,
>
> It seems the current source fails to compile with up to date msys2.
>
> Source is configured with:
> ./configure --target-list="ppc-softmmu" --enable-gtk --enable-sdl 
> --enable-slirp

Are you using a not-up-to-date version of the QEMU source?

> C:/msys64/home/hsp/src/qemu-master-clean/include/qemu/osdep.h:240:8: note: in 
> expansion of macro 'G_NORETURN'
>   240 | extern G_NORETURN
>       |        ^~~~~~~~~~

In the current source code this line reads "G_NORETURN extern"
(ie the two tokens are swapped), which should fix the compile
issue you're seeing. This was done in commit 5cb993ff131fca
from March.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]