ack
- Mensaje original -
> This fixes the following compilation error message (without
> USE_USBREDIR):
>
> usb-device-manager.c:183:13: error:
> 'spice_usb_device_manager_drv_install_cb' declared 'static' but
> never defined [-Werror=unused-function]
> ---
> gtk/usb-device-manager.c |
- Mensaje original -
> This fixes the following compilation error message:
>
> ../../gtk/win-usb-driver-install.c: In function
> 'spice_win_usb_driver_send_request':
> ../../gtk/win-usb-driver-install.c:187:5: error: missing braces
> around initializer [-Werror=missing-braces]
> ../../gt
This fixes the following compilation error message (without USE_USBREDIR):
usb-device-manager.c:183:13: error: 'spice_usb_device_manager_drv_install_cb'
declared 'static' but never defined [-Werror=unused-function]
---
gtk/usb-device-manager.c |2 ++
1 files changed, 2 insertions(+), 0 delet
This fixes the following compilation error message:
../../gtk/win-usb-driver-install.c: In function
'spice_win_usb_driver_send_request':
../../gtk/win-usb-driver-install.c:187:5: error: missing braces around
initializer [-Werror=missing-braces]
../../gtk/win-usb-driver-install.c:187:5: error: (n
On Tue, Jul 10, 2012 at 02:37:59PM +0200, Peter Hatina wrote:
> Updated global Makefile.am and also data/Makefile.am to generate
> test.html.
>
> ---
> Makefile.am |3 ++-
> data/Makefile.am | 13 +++--
> 2 files changed, 13 insertions(+), 3 deletions(-)
>
> diff --git a/Makef
On Tue, Jul 10, 2012 at 02:33:24PM +0200, Peter Hatina wrote:
> Another try.
>
> Peter Hatina
> EMEA ENG-Desktop Development
> Red Hat Czech, Brno
>
> ---
> generator/Makefile.am |2 +-
> generator/options.cpp |6 --
> generator/options.h |1 +
> 3 files changed, 6 insertions(+
Hi
On Mon, Jul 9, 2012 at 2:14 PM, Uri Lublin wrote:
> New in V5:
> - More and smaller patches
> - cancellable is passed to iostream (for install/uninstall)
> ==> driver install/uninstall does not register for cancelled event.
> - continue with usbredir even if driver install failed
>
Updated global Makefile.am and also data/Makefile.am to generate
test.html.
---
Makefile.am |3 ++-
data/Makefile.am | 13 +++--
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index db8e4ea..e154048 100644
--- a/Makefile.am
+++ b/Makef
Another try.
Peter Hatina
EMEA ENG-Desktop Development
Red Hat Czech, Brno
---
generator/Makefile.am |2 +-
generator/options.cpp |6 --
generator/options.h |1 +
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/generator/Makefile.am b/generator/Makefile.am
index
On 07/09/2012 08:24 PM, Marc-André Lureau wrote:
On Mon, Jul 9, 2012 at 2:15 PM, Uri Lublin wrote:
---
gtk/usb-device-manager.c | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/gtk/usb-device-manager.c b/gtk/usb-device-manager.c
index 65119ad..2a92ff8 100644
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 07/10/2012 10:58 AM, Christophe Fergeau wrote:
> On Mon, Jul 09, 2012 at 06:01:13PM +0300, Alon Levy wrote:
>> On Mon, Jul 09, 2012 at 03:25:54PM +0200, Peter Hatina wrote:
>>> Hi,
>>>
>>> I am rising spice-xpi version and also supported
>> Raising
On Tue, Jul 10, 2012 at 10:27:51AM +0200, Peter Hatina wrote:
> Added some rules to make test.html by the generator.
>
> Peter Hatina
> EMEA ENG-Desktop Development
> Red Hat Czech, Brno
>
> ---
> data/Makefile.am | 17 +++--
> 1 file changed, 15 insertions(+), 2 deletions(-)
>
>
Hi Christophe
Thanks for the follow-up. Irreproducability is one of the problems of
parallel-build issues. If that helps: I've deployed that patch in Gentoo
and got at least one positive feedback when testing it:
https://bugs.gentoo.org/show_bug.cgi?id=418295
Best regards,
Tiziano
Am Dienstag, d
Hey,
On Tue, Jul 10, 2012 at 09:56:14AM +0200, Peter Hatina wrote:
> Added an info, that the test page has been autogenerated and should
> not be modified.
>
> Peter Hatina
> EMEA ENG-Desktop Development
> Red Hat Czech, Brno
>
> ---
> generator/generator.cpp |3 ++-
> 1 file changed, 2 ins
On Tue, Jul 10, 2012 at 09:55:03AM +0200, Peter Hatina wrote:
> Changed binary name.
>
> Peter Hatina
> EMEA ENG-Desktop Development
> Red Hat Czech, Brno
>
> ---
> generator/Makefile.am |2 +-
> generator/options.cpp |2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --
ACK
On Tue, Jul 10, 2012 at 09:54:04AM +0200, Peter Hatina wrote:
> Hi,
>
> I fixed copy+paste typo with help option.
>
> Peter Hatina
> EMEA ENG-Desktop Development
> Red Hat Czech, Brno
>
> ---
> generator/options.cpp |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git
On Mon, Jul 09, 2012 at 06:01:13PM +0300, Alon Levy wrote:
> On Mon, Jul 09, 2012 at 03:25:54PM +0200, Peter Hatina wrote:
> > Hi,
> >
> > I am rising spice-xpi version and also supported
> Raising.
>
> Ack.
>
> I sure hope there is a saner way then chasing the ever increasing
> version numbers.
Hey Tiziano,
On Fri, Jun 08, 2012 at 09:08:00AM +0200, Tiziano Müller wrote:
> This is a workaround for broken parallel install support in automake
> with LTLIBRARIES, see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7328
For what it's worth, I've hit this issue a few times iirc, but when I
wante
Added some rules to make test.html by the generator.
Peter Hatina
EMEA ENG-Desktop Development
Red Hat Czech, Brno
---
data/Makefile.am | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/data/Makefile.am b/data/Makefile.am
index b47e0c0..cf2687b 100644
--- a
Added an info, that the test page has been autogenerated and should
not be modified.
Peter Hatina
EMEA ENG-Desktop Development
Red Hat Czech, Brno
---
generator/generator.cpp |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/generator/generator.cpp b/generator/generator.cp
Changed binary name.
Peter Hatina
EMEA ENG-Desktop Development
Red Hat Czech, Brno
---
generator/Makefile.am |2 +-
generator/options.cpp |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/generator/Makefile.am b/generator/Makefile.am
index b6a01f2..ce7f42c 100644
---
Hi,
I fixed copy+paste typo with help option.
Peter Hatina
EMEA ENG-Desktop Development
Red Hat Czech, Brno
---
generator/options.cpp |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generator/options.cpp b/generator/options.cpp
index 86ea867..723ca7e 100644
--- a/generato
Hi,
On 07/09/2012 05:01 PM, Alon Levy wrote:
> On Mon, Jul 09, 2012 at 03:25:54PM +0200, Peter Hatina wrote:
>> Hi,
>>
>> I am rising spice-xpi version and also supported
> Raising.
>
> Ack.
>
> I sure hope there is a saner way then chasing the ever increasing
> version numbers..
I think, it is
23 matches
Mail list logo