<div dir="ltr">Hi Hubert,<div><br></div><div>I cloned the abiword repository (r35148) and built abiword with the following options:</div><div><br></div><div>    ./configure --enable-collab-backend-sugar --enable-plugins="collab"</div><div><br></div><div>This triggers no compilation errors, only deprecation warnings about Gtk.  The gtk deprecations are from the zebra striping (gtk_tree_view_set_rules_hint), which has been removed from gtk so it doesn't want that hint any more.  (Removing the zebra striping needed like a massive announcement, but it didn't seem to get any).  You can remove those 2 calls to gtk_tree_view_set_rules_hint in the collab code and it still runs fine.</div><div><br></div><div>Only the "service" backend depends on GNU tls.  I believe that this is the <a href="http://abicollab.net">abicollab.net</a> backend, but I'm not sure.</div><div><br></div><div>This seems to indicate that the sugar backend is ok for now, and that's the backed that bothers me.</div><div><br></div><div>Thanks,</div><div>Sam</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 23, 2015 at 2:36 PM, Hubert Figuière <span dir="ltr"><<a href="mailto:hfiguiere@teaser.fr" target="_blank">hfiguiere@teaser.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 22/11/15 06:25 PM, Martin Edmund Sevior wrote:<br>
<br>
> Sorry for not responding sooner. In general Hub I agree with your<br>
> plans for abiword-3.1 however I would vote against depreciating the<br>
> abicollab plugin. The <a href="http://abicollab.net" rel="noreferrer" target="_blank">abicollab.net</a> service is up and running though<br>
> I don’t know how much longer Marc Maurer will maintain it.<br>
<br>
</span>Now I have another problem about that service: I don't even have the<br>
possibility to install a server, even to test.<br>
So maybe there need to be a plan for that.<br>
<span class=""><br>
> I didn't realise the gnutls API had changed. I don’t know if I'll get<br>
> the time to fit it for GNUtls > 3.4 but I'd like to see if get it<br>
> running again.<br>
<br>
</span>They have changed for quite a while. We got compilation warnings for a<br>
bit. Like the collab plugin trigger a good bunch of Gtk deprecation<br>
warnings that needs to be fixed...<br>
<br>
<br>
Hub<br>
</blockquote></div><br></div>