On 27 February 2018 at 08:07, Gerd Hoffmann <kra...@redhat.com> wrote: > The following changes since commit 0a773d55ac76c5aa89ed9187a3bc5af8c5c2a6d0: > > maintainers: Add myself as a OpenBSD maintainer (2018-02-23 12:05:07 +0000) > > are available in the git repository at: > > git://git.kraxel.org/qemu tags/ui-20180227-pull-request > > for you to fetch changes up to 8742dcaf7bcfa1ef8720f34dab984f153c87c9f3: > > curses: build as ui module (2018-02-26 15:10:12 +0100) > > ---------------------------------------------------------------- > ui: add & use display registry, build some UIs as module. > > ----------------------------------------------------------------
Hi. This failed to build on my OpenBSD test box: CC qga/guest-agent-command-state.o In file included from /home/qemu/include/qemu/osdep.h:30:0, from /home/qemu/qga/guest-agent-command-state.c:12: ./config-host.h:29:0: warning: "CONFIG_SDL" redefined #define CONFIG_SDL m ^ ./config-host.h:17:0: note: this is the location of the previous definition #define CONFIG_SDL 1 ^ (warning repeated for pretty much every object file) and then linking of the final executables failed with ../audio/audio.o:(.data.rel.ro+0x0): undefined reference to `sdl_audio_driver' thanks -- PMM