On Wed, 2016-03-23 at 10:48 +0100, Fabiano FidĂȘncio wrote:
> This reverts commit 7774b8c0dd85ce2bb311d8bbe1c25deb73970b6e.
>
> The crash was fixed, but not properly. GTask shouldn't return
> immediately in that scenario. Next patch brings a proper fix for the
> issue.
>
> Signed-off-by: Fabiano F
From: "Eduardo Lima (Etrunko)"
It is required to compile ssl-verify.[ch].
Signed-off-by: Eduardo Lima (Etrunko)
---
configure.ac | 5 +++--
m4/spice-deps.m4 | 9 +
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index bfdf869..1064bd6 100
From: "Eduardo Lima (Etrunko)"
Recent logging tests make use of g_test_subprocess() and
g_test_trap_subprocess() functions, available only in glib newer than
2.38.
Signed-off-by: Eduardo Lima (Etrunko)
---
configure.ac | 2 +-
m4/spice-deps.m4 | 2 +-
2 files changed, 2 insertions(+), 2 de
From: "Eduardo Lima (Etrunko)"
Eduardo Lima (Etrunko) (2):
Update glib requirements to 2.38
Add check for openssl
configure.ac | 7 ---
m4/spice-deps.m4 | 11 ++-
2 files changed, 14 insertions(+), 4 deletions(-)
--
1.8.3.1
__
On 03/28/2016 05:00 PM, Mahmood Naderan wrote:
> Hi,
> The outcome of './configure --prefix=/opt/spice' shows everything is OK
>
> config.status: executing libtool commands
> configure:
>
> Spice 0.13.0.232-8b1e-dirty
> ==
>
> prefix: /opt/s
Can you paste the contents of config.log file, and also the output from
configure?
On 03/28/2016 04:58 PM, Mahmood Naderan wrote:
> I have to say that, I was able to install the RPM file. However, if
> anybody have an idea about that error which prevented me to install
> spice-protocol from source
Il 28/03/2016 16:19, Jeremy White ha scritto:
> Hi folks,
>
> As you know, I've done a lot of work on XSpice over the past few years.
> I plan to take a new approach by following the model of the excellent
> 'x11vnc' client.
Thanks for your work with spice projects.
Even if good x11vnc I think th
Hi folks,
As you know, I've done a lot of work on XSpice over the past few years.
I plan to take a new approach by following the model of the excellent
'x11vnc' client.
That is, instead of having our own X server and capturing the output, I
plan to instead use an xdummy style server with a frame
On 03/27/2016 11:19 AM, Fabiano FidĂȘncio wrote:
> Brad,
>
> On Sat, Mar 26, 2016 at 2:53 PM, Brad Campbell
> wrote:
>> Checking the git logs, in Oct the required glib version was bumped to 2.22.
>> Since that point logging has been added using g_test_* functions which were
>> apparently added in