Thank you for the hint about the dependencies, like I said I'm a bit new to linux but this solved my problem completely. Thank you very much :).<br>Jean-Baptiste Zeller<br><br><div class="gmail_quote">On Thu, Feb 28, 2008 at 12:12 PM, Thomas B. <<a href="mailto:tommy.b@gmx.net">tommy.b@gmx.net</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi!<br>
<div class="Ih2E3d"><br>
On Thu, Feb 28, 2008 at 11:42:01AM -0500, Esurnir wrote:<br>
> I was wondering would it be possible to update the package (still at 3.0 at the<br>
> time I speak) on the ubuntu package distribution ?<br>
<br>
</div>pidgin-otr 3.1.0 will be in the next Ubuntu release:<br>
<br>
<a href="http://packages.ubuntu.com/hardy/pidgin-otr" target="_blank">http://packages.ubuntu.com/hardy/pidgin-otr</a><br>
<br>
AFAIK the release of Hardy is scheduled for April.<br>
<div class="Ih2E3d"><br>
> I tried to compile the 3.1 but due to the fact that gtk is labeled as being<br>
> version 2.0 it became a true nightmare, never succeeded into finaly compiling<br>
> the pidgin-otr plugin (libotr went fine).<br>
<br>
</div>Hm, I compiled pidgin-otr on Ubuntu without problems. Are you sure that<br>
you have all the dependencies installed (especially the required<br>
development packages)? You can do that with<br>
<br>
        sudo apt-get build-dep pidgin-otr<br>
<br>
The only issue I encountered when compiling from source is that<br>
pidgin-otr gets installed to /usr/local by default, while the Pidgin<br>
binary provided by Ubuntu is installed in /usr. I solved that by adding<br>
"--prefix=/usr" to the configure options for pidgin-otr.<br>
<br>
Regards,<br>
Thomas<br>
<br>
_______________________________________________<br>
OTR-users mailing list<br>
<a href="mailto:OTR-users@lists.cypherpunks.ca">OTR-users@lists.cypherpunks.ca</a><br>
<a href="http://lists.cypherpunks.ca/mailman/listinfo/otr-users" target="_blank">http://lists.cypherpunks.ca/mailman/listinfo/otr-users</a><br>
</blockquote></div><br>