marig345 / prpltwtr

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

problem with building from source #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Client:Pidgin
Client Version: 2.9
LibPurple Version: 2.10
PrplTwtr Version: 0.11
Operating System: linux mint katya

i'm trying to build it,
the configure work correctly but when i try to make this is what i get,

ali-laptop prpltwtr-0.11.0 # make
make  all-recursive
make[1]: Entering directory `/home/ali/prpltwtr-0.11.0'
Making all in src
make[2]: Entering directory `/home/ali/prpltwtr-0.11.0/src'
Making all in prpltwtr
make[3]: Entering directory `/home/ali/prpltwtr-0.11.0/src/prpltwtr'
/bin/bash ../../libtool --silent --tag=CC   --mode=link gcc  -g -O2 -Wall -g3 
-module -avoid-version -L/usr/lib/i386-linux-gnu -lpurple -lglib-2.0    -o 
libprpltwtr_twitter.la -rpath /usr/lib/purple-2 prpltwtr_plugin_twitter.lo 
libprpltwtr.la 
/usr/bin/ld: cannot find -lpurple
collect2: ld returned 1 exit status
make[3]: *** [libprpltwtr_twitter.la] Error 1
make[3]: Leaving directory `/home/ali/prpltwtr-0.11.0/src/prpltwtr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ali/prpltwtr-0.11.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ali/prpltwtr-0.11.0'
make: *** [all] Error 2

Original issue reported on code.google.com by Ali.Jou...@gmail.com on 20 Oct 2011 at 9:14

GoogleCodeExporter commented 8 years ago
install the pidgen-dev package, or find some other way to get libpurple.a in 
your path.

That said, can you send me the log from a clean run of ./autogen.sh and 
./configure? 

I'm not sure how the configure succeeded in this case... 

Original comment by mikeage on 20 Oct 2011 at 6:27

GoogleCodeExporter commented 8 years ago
Hi,
prpltwtr_0.11.0_i386 -> http://mamalibre.no-ip.org/

0/

Original comment by mama21ma...@gmail.com on 15 Nov 2011 at 1:37

GoogleCodeExporter commented 8 years ago
thank you very very much :D

Original comment by Ali.Jou...@gmail.com on 15 Nov 2011 at 9:40

GoogleCodeExporter commented 8 years ago

Original comment by mikeage on 8 Feb 2012 at 2:55