On Wed, 12 Apr 2023 at 13:05, Howard Spoelstra <hsp.c...@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