On Do, 2015-03-12 at 11:16 +0000, Peter Maydell wrote: > On 12 March 2015 at 10:48, Gerd Hoffmann <kra...@redhat.com> wrote: > > Hi, > > > >> 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. > > > > Does the attached patch fix it? > > That patch doesn't apply, because it does: > > - opengl_pkgs="egl gl glesv2" > + opengl_pkgs="glx egl gl glesv2" > > but the configure as of your pull req has just: > opengl_pkgs="gl"
Oh, right, there is some wip opengl stuff in the sdl branch. Fixed it in patch #3, created a new tag: pull-sdl-20150312-2 Does that build for you? cheers, Gerd