Re: [Qemu-devel] [PATCH] backends/baum.c: Fix compilation when SDL is not available.

2014-03-24 Thread Peter Maydell
On 21 March 2014 21:29, Richard W.M. Jones wrote: > backends/baum.c: In function ‘chr_baum_init’: > backends/baum.c:569:64: error: missing binary operator before token "(" > #if defined(CONFIG_SDL) && SDL_COMPILEDVERSION < SDL_VERSIONNUM(2, 0, 0) >

Re: [Qemu-devel] [PATCH] backends/baum.c: Fix compilation when SDL is not available.

2014-03-21 Thread Stefan Weil
Am 21.03.2014 22:29, schrieb Richard W.M. Jones: > backends/baum.c: In function ‘chr_baum_init’: > backends/baum.c:569:64: error: missing binary operator before token "(" > #if defined(CONFIG_SDL) && SDL_COMPILEDVERSION < SDL_VERSIONNUM(2, 0, 0) >

[Qemu-devel] [PATCH] backends/baum.c: Fix compilation when SDL is not available.

2014-03-21 Thread Richard W.M. Jones
backends/baum.c: In function ‘chr_baum_init’: backends/baum.c:569:64: error: missing binary operator before token "(" #if defined(CONFIG_SDL) && SDL_COMPILEDVERSION < SDL_VERSIONNUM(2, 0, 0) ^ backends/baum.c:598:64: error: missing bi