marig345 / prpltwtr

Automatically exported from code.google.com/p/prpltwtr
GNU General Public License v2.0
0 stars 0 forks source link

libpurple check #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Client (Pidgin, finch, empathy, etc): none
Client Version: n/a
LibPurple Version: 2.7.11
PrplTwtr Version: none
Operating System: Linux

Problem/Feature request (Be as specific as possible. Steps to reproduce are
especially helpful):
pidgin isn't installed, but a custom build of libpurple is. Because pidgin 
isn't installed, it fails the pidgin check when running the configure script.

Original issue reported on code.google.com by berticus...@gmail.com on 6 Apr 2011 at 9:47

GoogleCodeExporter commented 8 years ago
Currently, the configure script only knows how to build gtkprpltwtr (which 
requires pidgin) and prpltwtr together. I should separate them. 

Am I correct in assuming that your build of libpurple wants just the prpltwtr 
plugin, without the gtkprpltwtr one?

I will look into how to set up automake to allow --disable-gtk or something, 
but I should warn you that I'm rather busy these days; I can't promise when 
I'll get to it. If you can submit a patch, I'll be very grateful :)

Original comment by mikeage on 7 Apr 2011 at 7:12

GoogleCodeExporter commented 8 years ago
This actually appears to have been a bit easier than I first thought it would 
be. Can you please try the latest hg, and run configure with --without-pidgin? 

Thanks

Original comment by mikeage on 7 Apr 2011 at 12:45

GoogleCodeExporter commented 8 years ago
Compiling works, and it seems libpurple picks it up just fine (was able to add 
a twitter account). But It times out when logging in. I think this may be in an 
issue with bitlbee-libpurple though. I'll see if I can work something out with 
them. Thanks!

Original comment by berticus...@gmail.com on 7 Apr 2011 at 10:18

GoogleCodeExporter commented 8 years ago
Hey, tested it with minbif (uses libpurple). Works great! Thanks

Original comment by berticus...@gmail.com on 7 Apr 2011 at 10:50

GoogleCodeExporter commented 8 years ago
great, thanks.

Note that the architectural distinctions between what's in prpltwtr and what's 
in gtkprpltwtr are a bit arbitrary in some places. Let me know if you think 
there's anything there's anything that should be moved around, abstracted, etc.

Original comment by mikeage on 8 Apr 2011 at 3:31