qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] make fails with confusing message if sdl audio enabled but


From: Peter Maydell
Subject: [Qemu-devel] make fails with confusing message if sdl audio enabled but sdl graphics not
Date: Fri, 17 Mar 2017 15:03:01 +0000

If you configure like this:
 configure --disable-sdl --audio-drv-list=sdl
then configure will succeed but attempting to make fails with
a confusing message:

$ make
Makefile:259: *** ui/sdl.mo added in common-obj-y but ui/sdl.mo-objs
is not set. Stop.

(I actually encountered this on an OpenBSD system where
'sdl' is the default audio driver and the system happened
not to have sdl installed, so it doesn't need any configure
arguments to run into it. The above repro works on Linux,
though.)

thanks
-- PMM



reply via email to

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