[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] fix MinGW compilation(200808)
- From: Jim Meyering <jim meyering net>
- To: Atsushi SAKAI <sakaia jp fujitsu com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH] fix MinGW compilation(200808)
- Date: Mon, 11 Aug 2008 13:53:14 +0200
Atsushi SAKAI <sakaia jp fujitsu com> wrote:
> Hi, Dan
>
> Thank you for commenting it.
> Without WITH_QEMU, following errors are appeared.
> ===
> In file included from test.c:44:
> domain_conf.h:447: error: syntax error before '&' token
> domain_conf.h:447: warning: no semicolon at end of struct or union
> domain_conf.h:448: error: syntax error before '&' token
> domain_conf.h:449: error: syntax error before '&' token
> domain_conf.h:458: error: syntax error before ':' token
> domain_conf.h:459: error: syntax error before ':' token
> domain_conf.h:468: error: syntax error before '}' token
...
>> > +#ifdef WITH_QEMU
>> > int stdin;
>> > int stdout;
>> > int stderr;
>> > +#endif
Instead of an ifdef, I suggest renaming those three variables.
Then their names won't conflict with the names from stdio.h.
Please make that var-renaming change a separate change set.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]