On 12 March 2015 at 08:38, Gerd Hoffmann <kra...@redhat.com> wrote: > Hi, > > Misc stuff in the basket: sdl bugfixes, some preparing patches for the > upcoming opengl support in sdl2, x11 build improvement. > > v2 fixes the clang build failure. > > please pull, > Gerd > > The following changes since commit d598911b6f5e7bf7bafb63b8e1d074729e94aca7: > > Merge remote-tracking branch > 'remotes/pmaydell/tags/pull-target-arm-20150311' into staging (2015-03-11 > 16:30:33 +0000) > > are available in the git repository at: > > > git://git.kraxel.org/qemu tags/pull-sdl-20150312-1 > > for you to fetch changes up to ecdc9a53acd7a5d0cf48f1b77b83c70e513e81da: > > pixman: add a bunch of PIXMAN_BE_* defines for 32bpp (2015-03-12 09:20:42 > +0100) > > ---------------------------------------------------------------- > misc ui patches, mostly sdl related.
Still fails to build on OSX: manooth$ make -C build/all CC lm32-softmmu/hw/lm32/milkymist.o In file included from /Users/pm215/src/qemu/hw/lm32/milkymist.c:30: /Users/pm215/src/qemu/hw/lm32/milkymist-hw.h:90:10: fatal error: 'X11/Xlib.h' file not found #include <X11/Xlib.h> ^ 1 error generated. make[1]: *** [hw/lm32/milkymist.o] Error 1 make: *** [subdir-lm32-softmmu] Error 2 -- PMM