Re: [Spice-devel] [PATCH] Fix build when builddir != srcdir

2016-11-16 Thread Frediano Ziglio
> On Wed, 2016-11-16 at 11:18 -0500, Frediano Ziglio wrote: > > >  > > >  > > > On Wed, 2016-11-16 at 06:20 -0500, Frediano Ziglio wrote: > > > >  > > > > >  > > > > >  > > > > >  > > > > >  > > > > > Acked-by: Christophe Fergeau > > > > >  > > > > > On Tue, Nov 15, 2016 at 12:13:21PM -0600, Jonat

Re: [Spice-devel] [PATCH] Fix build when builddir != srcdir

2016-11-16 Thread Jonathon Jongsma
On Wed, 2016-11-16 at 11:18 -0500, Frediano Ziglio wrote: > >  > >  > > On Wed, 2016-11-16 at 06:20 -0500, Frediano Ziglio wrote: > > >  > > > >  > > > >  > > > >  > > > >  > > > > Acked-by: Christophe Fergeau > > > >  > > > > On Tue, Nov 15, 2016 at 12:13:21PM -0600, Jonathon Jongsma > > > > wrot

Re: [Spice-devel] [PATCH] Fix build when builddir != srcdir

2016-11-16 Thread Frediano Ziglio
> > On Wed, 2016-11-16 at 06:20 -0500, Frediano Ziglio wrote: > > > > > > > > > > > > Acked-by: Christophe Fergeau > > > > > > On Tue, Nov 15, 2016 at 12:13:21PM -0600, Jonathon Jongsma wrote: > > > > > > > > The following build error occurs when building outside of the > > > > source > > >

Re: [Spice-devel] [PATCH] Fix build when builddir != srcdir

2016-11-16 Thread Jonathon Jongsma
On Wed, 2016-11-16 at 06:20 -0500, Frediano Ziglio wrote: > > > > > > > > Acked-by: Christophe Fergeau > > > > On Tue, Nov 15, 2016 at 12:13:21PM -0600, Jonathon Jongsma wrote: > > > > > > The following build error occurs when building outside of the > > > source > > > directory: > > > > > >

Re: [Spice-devel] [PATCH] Fix build when builddir != srcdir

2016-11-16 Thread Frediano Ziglio
> > > Acked-by: Christophe Fergeau > > On Tue, Nov 15, 2016 at 12:13:21PM -0600, Jonathon Jongsma wrote: > > The following build error occurs when building outside of the source > > directory: > > > > glib-mkenums --template spice-server-enums.tmpl.c > > ../../server/spice-server.h > spice-ser

Re: [Spice-devel] [PATCH] Fix build when builddir != srcdir

2016-11-16 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Tue, Nov 15, 2016 at 12:13:21PM -0600, Jonathon Jongsma wrote: > The following build error occurs when building outside of the source > directory: > > glib-mkenums --template spice-server-enums.tmpl.c ../../server/spice-server.h > > spice-server-enums.c > Can't

Re: [Spice-devel] [PATCH] Fix build when builddir != srcdir

2016-11-15 Thread Jonathon Jongsma
On Tue, 2016-11-15 at 13:35 -0500, Frediano Ziglio wrote: > > > > > > The following build error occurs when building outside of the > > source > > directory: > > > > glib-mkenums --template spice-server-enums.tmpl.c > > ../../server/spice-server.h > > > > > > spice-server-enums.c > > Can't open

Re: [Spice-devel] [PATCH] Fix build when builddir != srcdir

2016-11-15 Thread Frediano Ziglio
> > The following build error occurs when building outside of the source > directory: > > glib-mkenums --template spice-server-enums.tmpl.c ../../server/spice-server.h > > spice-server-enums.c > Can't open spice-server-enums.tmpl.c: No such file or directory > Makefile:: recipe for target 'sp

[Spice-devel] [PATCH] Fix build when builddir != srcdir

2016-11-15 Thread Jonathon Jongsma
The following build error occurs when building outside of the source directory: glib-mkenums --template spice-server-enums.tmpl.c ../../server/spice-server.h > spice-server-enums.c Can't open spice-server-enums.tmpl.c: No such file or directory Makefile:: recipe for target 'spice-server-enums