Paolo Bonzini schrieb: > With this series I could test cross-compiled Win32 QEMU under Wine. > The VNC server fails with "inet_parse: ipv4 parse error (0)", so I had > to use SDL; but this patch series is needed to find SDL when cross > compiling. > > > Paolo Bonzini (3): > use cross-prefix for pkg-config > use pkg-config for sdl when cross compiling > use pkg-config for libcurl when cross compiling > > configure | 52 +++++++++++++++++++++++++++++++++++++--------------- > 1 files changed, 37 insertions(+), 15 deletions(-) >
Hi, VNC server works here (tested with wine i386-softmmu/qemu.exe -L pc-bios -vnc :0). Cross compilation works without patches when PATH is modified so it finds the correct sdl-config (but my configuration did not include a cross libcurl). Regards, Stefan