Re: [Spice-devel] DisplayChannel, Stream and StreamAgent redefinitions

2016-08-31 Thread Francois Gouget
On Tue, 30 Aug 2016, Christophe Fergeau wrote: > Hey, > > For what it's worth, these 2 attached patches allow to compile on el6 > (at least few weeks ago, did not try again just now). I have a set of similar patches on my GitHub extras-centos branch. https://github.com/fgouget/spice/tree/extras-

Re: [Spice-devel] DisplayChannel, Stream and StreamAgent redefinitions

2016-08-30 Thread Christophe Fergeau
Hey, For what it's worth, these 2 attached patches allow to compile on el6 (at least few weeks ago, did not try again just now). Christophe On Thu, Aug 18, 2016 at 06:38:12PM +0200, Francois Gouget wrote: > > The commit below causes compilation errors on RHEL 6.8 :-( > (gcc 4.4.7) > > CC

Re: [Spice-devel] DisplayChannel, Stream and StreamAgent redefinitions

2016-08-18 Thread Frediano Ziglio
> > The commit below causes compilation errors on RHEL 6.8 :-( > (gcc 4.4.7) > > CC red-worker.lo > In file included from display-channel.h:43, > from red-worker.c:47: > stream.h:46: error: redefinition of typedef 'DisplayChannel' > dcc.h:44: note: previous declaration of '

[Spice-devel] DisplayChannel, Stream and StreamAgent redefinitions

2016-08-18 Thread Francois Gouget
The commit below causes compilation errors on RHEL 6.8 :-( (gcc 4.4.7) CC red-worker.lo In file included from display-channel.h:43, from red-worker.c:47: stream.h:46: error: redefinition of typedef 'DisplayChannel' dcc.h:44: note: previous declaration of 'DisplayChannel' wa