Closed GoogleCodeExporter closed 8 years ago
I also had this problem, but i sucess compile it on my older version of Ubuntu.
download here : http://capekfilip.cz/pidgin-guiops/pidgin-guiops.so
Original comment by capek.fi...@gmail.com
on 12 Aug 2010 at 12:12
Attachments:
You don't have any of the pidgin-development packages installed. (pidgin-dev,
pidgin-data, libpurple0, libpurple-dev, and probably others).
Original comment by craigwharding
on 10 Oct 2010 at 3:57
[deleted comment]
craigwharding is correct. I usually install Pidgin from source. First I execute:
sudo apt-get build-dep pidgin
This gets me all the dependencies to compile Pidgin. Then I download the source
code from the pidgin website and run: ./configure;make;sudo make install
After doing this, the GUIOps plugin compiles just fine.
Original comment by daspo...@gmail.com
on 15 Oct 2010 at 7:23
Maybe adding install instructions would be helpful
</understatement>
Original comment by derrick....@gmail.com
on 10 Jun 2011 at 1:20
http://developer.pidgin.im/wiki/Scripting_and_Plugins is helpful, but not
linked from the right places (e.g. the places you might get to if you google
"Pidgin Plugins"), including here.
Original comment by derrick....@gmail.com
on 10 Jun 2011 at 1:23
I added more install instructions: installing pidgin-dev and libpurple-dev is
necessary to compile this plugin.
Original comment by daspo...@gmail.com
on 10 Nov 2011 at 6:26
Original comment by daspo...@gmail.com
on 10 Nov 2011 at 6:28
Original issue reported on code.google.com by
marktrut...@gmail.com
on 10 May 2010 at 7:02