> On Sep 18, 2017, at 5:28 AM, Daniel P. Berrange <[email protected]> wrote: > > On Fri, Sep 15, 2017 at 02:32:14PM -0400, Programmingkid wrote: >> Sorry but I saw this error when I tried your patches: >> >> OBJC ui/cocoa.o >> CC ui/curses.o >> ui/input-keymap.c:17:10: fatal error: 'ui/input-keymap-qcode-to-sun.c' file >> not >> found >> #include "ui/input-keymap-qcode-to-sun.c" >> ^ >> 1 error generated. >> make: *** [ui/input-keymap.o] Error 1 >> make: *** Waiting for unfinished jobs.... >> >> >> I could not find this file. > > Yes, its a bug in this series - just build without the sparc system > emulators to avoid it.
I did not build with the spare system emulator. My configure command looks like this: ./configure --target-list=i386-softmmu,ppc-softmmu Thank you.
