Re: [Qemu-devel] [PATCH v5 08/12] char: convert the escc device to keycodemapdb

2017-09-18 Thread Programmingkid

> On Sep 18, 2017, at 5:28 AM, Daniel P. Berrange  wrote:
> 
> On Fri, Sep 15, 2017 at 02:32:14PM -0400, Programmingkid wrote:
>> Sorry but I saw this error when I tried your patches:
>> 
>>  OBJCui/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.


Re: [Qemu-devel] [PATCH v5 08/12] char: convert the escc device to keycodemapdb

2017-09-18 Thread Daniel P. Berrange
On Fri, Sep 15, 2017 at 02:32:14PM -0400, Programmingkid wrote:
> Sorry but I saw this error when I tried your patches:
> 
>   OBJCui/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.

Regards,
Daniel
-- 
|: https://berrange.com  -o-https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o-https://fstop138.berrange.com :|
|: https://entangle-photo.org-o-https://www.instagram.com/dberrange :|



Re: [Qemu-devel] [PATCH v5 08/12] char: convert the escc device to keycodemapdb

2017-09-15 Thread Programmingkid
Sorry but I saw this error when I tried your patches:

  OBJCui/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.