All of lore.kernel.org
 help / color / mirror / Atom feed
* Failure to compile qemu-kvm - "In file included from /home/ykaul/qemu-kvm/hw/pci.c:36:0: ./qmp-commands.h:3:1: error: expected identifier or ‘(’ before ‘{’ token"
@ 2011-11-20 19:01 Yaniv Kaul
  2011-12-19 10:14 ` Yaniv Kaul
  0 siblings, 1 reply; 3+ messages in thread
From: Yaniv Kaul @ 2011-11-20 19:01 UTC (permalink / raw)
  To: kvm

Latest git hash  1d1c8a498b7ce5c5636f1014f7ad18aa4e1acc0a (though I 
think it happened before that).
./configure command line:
--target-list=x86_64-softmmu --enable-vnc-thread --audio-card-list=hda 
--disable-nptl --disable-guest-base --enable-spice --disable-werror 
--disable-usb-redir --disable-smartcard-nss

On F16/x64. qemu latest compiles fine with those parameters.


...

   CC    x86_64-softmmu/pci.o
In file included from /home/ykaul/qemu-kvm/hw/pci.c:36:0:
./qmp-commands.h:3:1: error: expected identifier or ‘(’ before ‘{’ token
./qmp-commands.h:10:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:20:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:30:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:40:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:50:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:60:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:70:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:80:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:90:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:100:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:110:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:120:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:130:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:140:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:154:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:164:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:174:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:184:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:194:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:204:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:214:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:224:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:233:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:244:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:254:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:264:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:274:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:284:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:294:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:304:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:314:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:323:2: error: expected identifier or ‘(’ before ‘,’ token
./qmp-commands.h:333:2: error: expected identifier or ‘(’ before ‘,’ token
/home/ykaul/qemu-kvm/hw/pci.c:1431:14: warning: no previous prototype 
for ‘qmp_query_pci’ [-Wmissing-prototypes]

Thanks,
Y.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Failure to compile qemu-kvm - "In file included from /home/ykaul/qemu-kvm/hw/pci.c:36:0: ./qmp-commands.h:3:1: error: expected identifier or ‘(’ before ‘{’ token"
  2011-11-20 19:01 Failure to compile qemu-kvm - "In file included from /home/ykaul/qemu-kvm/hw/pci.c:36:0: ./qmp-commands.h:3:1: error: expected identifier or ‘(’ before ‘{’ token" Yaniv Kaul
@ 2011-12-19 10:14 ` Yaniv Kaul
  2011-12-19 11:54   ` Jan Kiszka
  0 siblings, 1 reply; 3+ messages in thread
From: Yaniv Kaul @ 2011-12-19 10:14 UTC (permalink / raw)
  To: kvm

ping?
(still happens, latest git commit is 
fcfeed4a398a8524ce8f84eaaba984bd9c27354e )


On 11/20/2011 09:01 PM, Yaniv Kaul wrote:
> Latest git hash  1d1c8a498b7ce5c5636f1014f7ad18aa4e1acc0a (though I 
> think it happened before that).
> ./configure command line:
> --target-list=x86_64-softmmu --enable-vnc-thread --audio-card-list=hda 
> --disable-nptl --disable-guest-base --enable-spice --disable-werror 
> --disable-usb-redir --disable-smartcard-nss
>
> On F16/x64. qemu latest compiles fine with those parameters.
>
>
> ...
>
>   CC    x86_64-softmmu/pci.o
> In file included from /home/ykaul/qemu-kvm/hw/pci.c:36:0:
> ./qmp-commands.h:3:1: error: expected identifier or ‘(’ before ‘{’ token
> ./qmp-commands.h:10:2: error: expected identifier or ‘(’ before ‘,’ token
> ./qmp-commands.h:20:2: error: expected identifier or ‘(’ before ‘,’ token
> ./qmp-commands.h:30:2: error: expected identifier or ‘(’ before ‘,’ token
> ./qmp-commands.h:40:2: error: expected identifier or ‘(’ before ‘,’ token
> ./qmp-commands.h:50:2: error: expected identifier or ‘(’ before ‘,’ token
> ./qmp-commands.h:60:2: error: expected identifier or ‘(’ before ‘,’ token
> ./qmp-commands.h:70:2: error: expected identifier or ‘(’ before ‘,’ token
> ./qmp-commands.h:80:2: error: expected identifier or ‘(’ before ‘,’ token
> ./qmp-commands.h:90:2: error: expected identifier or ‘(’ before ‘,’ token
> ./qmp-commands.h:100:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:110:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:120:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:130:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:140:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:154:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:164:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:174:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:184:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:194:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:204:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:214:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:224:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:233:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:244:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:254:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:264:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:274:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:284:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:294:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:304:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:314:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:323:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> ./qmp-commands.h:333:2: error: expected identifier or ‘(’ before ‘,’ 
> token
> /home/ykaul/qemu-kvm/hw/pci.c:1431:14: warning: no previous prototype 
> for ‘qmp_query_pci’ [-Wmissing-prototypes]
>
> Thanks,
> Y.
> -- 
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Failure to compile qemu-kvm - "In file included from /home/ykaul/qemu-kvm/hw/pci.c:36:0: ./qmp-commands.h:3:1: error: expected identifier or ‘(’ before ‘{’ token"
  2011-12-19 10:14 ` Yaniv Kaul
@ 2011-12-19 11:54   ` Jan Kiszka
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Kiszka @ 2011-12-19 11:54 UTC (permalink / raw)
  To: Yaniv Kaul; +Cc: kvm

On 2011-12-19 11:14, Yaniv Kaul wrote:
> ping?
> (still happens, latest git commit is
> fcfeed4a398a8524ce8f84eaaba984bd9c27354e )
> 

Tried this on a clean build repositor? If that doesn't help, check out
of tree building.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-19 11:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-20 19:01 Failure to compile qemu-kvm - "In file included from /home/ykaul/qemu-kvm/hw/pci.c:36:0: ./qmp-commands.h:3:1: error: expected identifier or ‘(’ before ‘{’ token" Yaniv Kaul
2011-12-19 10:14 ` Yaniv Kaul
2011-12-19 11:54   ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.