Mercurial > pidgin
annotate libpurple/protocols/myspace/ChangeLog @ 24389:2b62300d2c19
Use libtool to build static archives when --with-static-prpls is passed
to configure. Does anyone know why we weren't using libtool before? We
were building old-fashioned .a files. But libtool archives (.la) can
contain either static or shared libraries.
I found it a lot easier to get static prpl compilation working after
making this change (that is to say, it worked). Without this I got this
error, which is probably fixable, but consistently using libtool seems
like it makes things easier:
*** Warning: Linking the shared library libpurple.la against the
*** static library ../libpurple/protocols/msn/libmsn.a is not portable!
/usr/bin/ld: ../libpurple/protocols/msn/libmsn.a(libmsn_a-msn.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
../libpurple/protocols/msn/libmsn.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 12 Nov 2008 11:30:51 +0000 |
| parents | d87916bd1d73 |
| children |
| rev | line source |
|---|---|
|
16408
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
1 |
|
17680
d87916bd1d73
Fix email address.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16408
diff
changeset
|
2 2007-04-29 Jeff Connelly <jeff2@soc.pidgin.com> |
|
16408
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
3 |
|
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
4 * NOTE: This code is now being developed under Monotone, in the |
|
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
5 im.pidgin.soc.2007.msimprpl branch on my local computer, which |
|
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
6 is periodically sync'd with pidgin.im's Monotone database. |
|
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
7 |
|
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
8 Changes will be logged to Monotone. |
|
b138e81a0831
Add note about Monotone.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
16394
diff
changeset
|
9 |
| 16394 | 10 2007-04-15 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.4 |
| 11 | |
| 12 * Gracefully handle a full receive buffer | |
| 13 * Handle fatal errors | |
| 14 | |
| 15 2007-04-14 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.3 | |
| 16 | |
| 17 * Win32 support | |
| 18 * Add a large number of precondition checks and a handful of assertions | |
| 19 * Add documentation to each function, for doxygen. | |
| 20 | |
| 21 2007-04-10 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.2 | |
| 22 | |
| 23 * Add ability to IM by email address. | |
| 24 * Show usernames on buddy list instead of userids. | |
| 25 * Show incoming messages as coming from username, instead of userid. | |
| 26 * Add status messages and tooltip text. | |
| 27 | |
| 28 2007-04-09 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.1 | |
| 29 | |
| 30 * Parsing most of the protocol. | |
| 31 * Logging in using RC4/SHA1-based authentication. | |
| 32 * Sending messages, by numeric userid or username. | |
| 33 * Receiving messages, currently only by numeric userid. | |
| 34 * Some buddy list support (show all users on buddy list as online, by uid). | |
| 35 | |
| 36 2007-04-07 Jeff Connelly <myspaceim@xyzzy.cjb.net> - 0.0 | |
| 37 | |
| 38 * Initial version. Login only. Not publicly released. | |
| 39 |
