qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Maydell <peter.maydell@linaro.org>
To: Howard Spoelstra <hsp.cat7@gmail.com>
Cc: qemu-devel qemu-devel <qemu-devel@nongnu.org>
Subject: Re: source fails to compile on msys2
Date: Wed, 12 Apr 2023 13:13:01 +0100	[thread overview]
Message-ID: <CAFEAcA_tibfd5WjRTEbkoGrZtcinnYvFWmn7AeCkp-Yd-xwsYA@mail.gmail.com> (raw)
In-Reply-To: <CABLmASEcJRNWRaFum_BKgwKu7cJ8BDM3W94W-ZZwFLFuEwkh7g@mail.gmail.com>

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


  parent reply	other threads:[~2023-04-12 12:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-12 12:05 source fails to compile on msys2 Howard Spoelstra
2023-04-12 12:12 ` BALATON Zoltan
2023-04-12 12:28   ` Stefan Weil via
2023-04-12 12:13 ` Peter Maydell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-12 13:13 Howard Spoelstra
2023-04-12 13:20 ` Stefan Weil via
2023-04-12 13:38   ` Peter Maydell
2023-04-12 13:39 ` Thomas Huth
2023-04-12 14:29 Howard Spoelstra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFEAcA_tibfd5WjRTEbkoGrZtcinnYvFWmn7AeCkp-Yd-xwsYA@mail.gmail.com \
    --to=peter.maydell@linaro.org \
    --cc=hsp.cat7@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).