Re: [Qemu-devel] current qemu cvs broken for mingw hosts

2007-01-31 Thread Johannes Schindelin
Hi, On Wed, 31 Jan 2007, Christian MICHON wrote: > On 1/30/07, Paul Brook <[EMAIL PROTECTED]> wrote: > > Did you test it? I'm fairly certain it still won't work. AFAICS You're not > > setting the field anywhere. > > the binary works. The struct statement was missing the "chr". Now, in > term of

Re: [Qemu-devel] current qemu cvs broken for mingw hosts

2007-01-30 Thread Christian MICHON
On 1/30/07, Paul Brook <[EMAIL PROTECTED]> wrote: Did you test it? I'm fairly certain it still won't work. AFAICS You're not setting the field anywhere. it solved the compilation, which was broken, which was my primary concern. Your patches normally don't break the build :) so in a sense, with

Re: [Qemu-devel] current qemu cvs broken for mingw hosts

2007-01-30 Thread Johannes Schindelin
Hi, On Tue, 30 Jan 2007, Paul Brook wrote: > On Tuesday 30 January 2007 20:09, Christian MICHON wrote: > > On 1/30/07, Johannes Schindelin <[EMAIL PROTECTED]> wrote: > > > just guard it with an #ifndef ENOMEDIUM > > > > this one was not bothering so much, but it's true it's cleaner with this. > >

Re: [Qemu-devel] current qemu cvs broken for mingw hosts

2007-01-30 Thread Paul Brook
On Tuesday 30 January 2007 20:09, Christian MICHON wrote: > On 1/30/07, Johannes Schindelin <[EMAIL PROTECTED]> wrote: > > just guard it with an #ifndef ENOMEDIUM > > this one was not bothering so much, but it's true it's cleaner with this. > > > > c:/qemu/qemu-30jan07/vl.c: In function `win_chr_re

Re: [Qemu-devel] current qemu cvs broken for mingw hosts

2007-01-30 Thread Christian MICHON
On 1/30/07, Johannes Schindelin <[EMAIL PROTECTED]> wrote: just guard it with an #ifndef ENOMEDIUM this one was not bothering so much, but it's true it's cleaner with this. > c:/qemu/qemu-30jan07/vl.c: In function `win_chr_read_poll': > c:/qemu/qemu-30jan07/vl.c:2021: error: structure has no

Re: [Qemu-devel] current qemu cvs broken for mingw hosts

2007-01-30 Thread Johannes Schindelin
Hi, On Tue, 30 Jan 2007, Christian MICHON wrote: > In file included from c:/qemu/qemu-30jan07/vl.c:24: > c:/qemu/qemu-30jan07/vl.h:57:1: warning: "ENOMEDIUM" redefined just guard it with an #ifndef ENOMEDIUM > c:/qemu/qemu-30jan07/vl.c: In function `win_chr_read_poll': > c:/qemu/qemu-30jan07/vl

[Qemu-devel] current qemu cvs broken for mingw hosts

2007-01-30 Thread Christian MICHON
in vl.c (change introduced 2 days ago by Paul): In file included from c:/qemu/qemu-30jan07/vl.c:24: c:/qemu/qemu-30jan07/vl.h:57:1: warning: "ENOMEDIUM" redefined c:/qemu/qemu-30jan07/vl.h:49:1: warning: this is the location of the previous definition c:/qemu/qemu-30jan07/vl.c: In function `win_c