<div dir="ltr"><div class="gmail_quote">Many thanks Marc-André,<br><br>It compiles fine after patching spice-protocol.<br><br>Still with this release, the mouse synchronization problem with multi-head setup continues to exist.<br>
<br><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36323">https://bugs.freedesktop.org/show_bug.cgi?id=36323</a><br><br>Emre<br><br>On Sun, Apr 24, 2011 at 9:21 PM, Marc-André Lureau <span dir="ltr">&lt;<a href="mailto:marcandre.lureau@gmail.com">marcandre.lureau@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi,<br>
<br>
Doh! I forgot to bump the minimal spice-protocol dependency to 0.8.<br>
Unfortunately, this release is yet to be made.<br>
<br>
Meanwhile, you can fix spice-protocol with the following patch:<br>
<br>
<a href="http://cgit.freedesktop.org/spice/spice-protocol/commit/?id=2ffbca210033be262fc75e6a73742e0f0e6d5242" target="_blank">http://cgit.freedesktop.org/spice/spice-protocol/commit/?id=2ffbca210033be262fc75e6a73742e0f0e6d5242</a><br>

<br>
regards<br>
<div><div></div><div class="h5"><br>
On Sun, Apr 24, 2011 at 3:41 PM, Emre Erenoglu &lt;<a href="mailto:erenoglu@gmail.com">erenoglu@gmail.com</a>&gt; wrote:<br>
&gt; On Sun, Apr 24, 2011 at 1:00 PM, Marc-André Lureau<br>
&gt; &lt;<a href="mailto:marcandre.lureau@gmail.com">marcandre.lureau@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hey!<br>
&gt;&gt;<br>
&gt;&gt; We released spice-gtk 0.6 last week, and it is now available for<br>
&gt;&gt; download at its usual place:<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://spice-space.org/download/gtk/spice-gtk-0.6.tar.bz2" target="_blank">http://spice-space.org/download/gtk/spice-gtk-0.6.tar.bz2</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m the package maintainer for Pardus distribution and we are working on<br>
&gt; spice support on future releases. While I was able to compile &amp; package<br>
&gt; spice-gtk 0.5 on my test system without issues, I&#39;m failing to compile 0.6,<br>
&gt; although all is fine at the configure stage.<br>
&gt;<br>
&gt; The configure script results as:<br>
&gt;<br>
&gt; configure:<br>
&gt;<br>
&gt;         Spice-Gtk 0.6<br>
&gt;         ==============<br>
&gt;<br>
&gt;         prefix:                   /usr<br>
&gt;         c compiler:               x86_64-pc-linux-gnu-gcc -std=gnu99<br>
&gt;         c++ compiler:             x86_64-pc-linux-gnu-g++<br>
&gt;<br>
&gt;         Coroutine:                ucontext<br>
&gt;         Audio:                    pulse<br>
&gt;         Target:<br>
&gt;         SASL support:             yes<br>
&gt;         Gtk:                      2.0<br>
&gt;<br>
&gt;         Now type &#39;make&#39; to build spice-gtk<br>
&gt;<br>
&gt; return value for &quot;./configure --prefix=/usr --build=x86_64-pc-linux-gnu<br>
&gt; --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share<br>
&gt; --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/libexec<br>
&gt; --with-python --disable-static&quot; is 0<br>
&gt;<br>
&gt;<br>
&gt; The actual compilation breaks with the following error messages:<br>
&gt;<br>
&gt; Making all in controller<br>
&gt; make[4]: Entering directory<br>
&gt; `/var/pisi/spice-gtk-0.6-1/work/spice-gtk-0.6/gtk/controller&#39;<br>
&gt; make  all-am<br>
&gt; make[5]: Entering directory<br>
&gt; `/var/pisi/spice-gtk-0.6-1/work/spice-gtk-0.6/gtk/controller&#39;<br>
&gt;   CC     menu.lo<br>
&gt;   CC     test.o<br>
&gt;   CC     controller.lo<br>
&gt; In file included from controller.c:20:0:<br>
&gt; /usr/include/spice-1/spice/controller_prot.h:31:5: error: expected<br>
&gt; specifier-qualifier-list before &#39;uint32_t&#39;<br>
&gt; /usr/include/spice-1/spice/controller_prot.h:38:5: error: expected<br>
&gt; specifier-qualifier-list before &#39;uint64_t&#39;<br>
&gt; /usr/include/spice-1/spice/controller_prot.h:47:5: error: expected<br>
&gt; specifier-qualifier-list before &#39;uint32_t&#39;<br>
&gt; /usr/include/spice-1/spice/controller_prot.h:91:5: error: expected<br>
&gt; specifier-qualifier-list before &#39;uint32_t&#39;<br>
&gt; /usr/include/spice-1/spice/controller_prot.h:96:5: error: expected<br>
&gt; specifier-qualifier-list before &#39;uint8_t&#39;<br>
&gt; In file included from menu.c:20:0:<br>
&gt; /usr/include/spice-1/spice/controller_prot.h:31:5: error: expected<br>
&gt; specifier-qualifier-list before &#39;uint32_t&#39;<br>
&gt; /usr/include/spice-1/spice/controller_prot.h:38:5: error: expected<br>
&gt; specifier-qualifier-list before &#39;uint64_t&#39;<br>
&gt; /usr/include/spice-1/spice/controller_prot.h:47:5: error: expected<br>
&gt; specifier-qualifier-list before &#39;uint32_t&#39;<br>
&gt; /usr/include/spice-1/spice/controller_prot.h:91:5: error: expected<br>
&gt; specifier-qualifier-list before &#39;uint32_t&#39;<br>
&gt; /usr/include/spice-1/spice/controller_prot.h:96:5: error: expected<br>
&gt; specifier-qualifier-list before &#39;uint8_t&#39;<br>
&gt;<br>
&gt; *** 5 errors, 0 warnings<br>
&gt;<br>
&gt; My system has the following compiler: gcc 4.5.2<br>
&gt;<br>
&gt; Many thanks for any insights to make it work again,<br>
&gt;<br>
&gt; Best regards,<br>
&gt; --<br>
&gt; Emre<br>
&gt;<br>
<br>
<br>
<br>
</div></div>--<br>
<font color="#888888">Marc-André Lureau<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Emre<br>
</div>