marig345 / prpltwtr

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

no makefile found #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Client (empathy):
Client Version:3.2.2
LibPurple Version:
PrplTwtr Version:
Operating System:fedorafc16.i686

Problem/Feature request (Be as specific as possible. Steps to reproduce are
especially helpful):
1.Downloaded a source file 

2.Extracted tar with tar -xvzf prpltwtr-0.11.0.tar.gz and cd prpltwtr-0.11.0

3. installed with make && make install and got an error 
make: *** No targets specified and no makefile found.  Stop.

Original issue reported on code.google.com by akshayvyas29 on 21 Apr 2012 at 5:10

GoogleCodeExporter commented 8 years ago
You'll need to run ./configure first.

If you download from mercurial, you'll need ./autogen.sh before that.

Original comment by mikeage on 30 Apr 2012 at 9:26

GoogleCodeExporter commented 8 years ago
Thanks for replying mikeage
./configure takes me to new error

error: Package requirements (pidgin >= 2.6 pidgin < 3.0) were not met:

No package 'pidgin' found
No package 'pidgin' found

and i am using pidgin
Pidgin 2.10.2-1.fc16 (libpurple 2.10.2)
31bf3704890930156254140814fc7163a480bf7b

Original comment by akshayvyas29 on 30 Apr 2012 at 12:45

GoogleCodeExporter commented 8 years ago
You probably don't have the development (source) package for pidgin installed

Original comment by mikeage on 30 Apr 2012 at 12:58

GoogleCodeExporter commented 8 years ago
HI mikeage
ya it took me further after i installed pidgin-devel
but now it dropped me to new error

ake[3]: Nothing to be done for `install-exec-am'.
test -z "/usr/lib/purple-2" || /bin/mkdir -p "/usr/lib/purple-2"
 /bin/sh ../../libtool --silent   --mode=install /usr/bin/install -c   libprpltwtr.la libprpltwtr_twitter.la libprpltwtr_statusnet.la '/usr/lib/purple-2'
/usr/bin/install: cannot create regular file 
`/usr/lib/purple-2/libprpltwtr.so.0.0.0': Permission denied
make[3]: *** [install-pkgLTLIBRARIES] Error 1
make[3]: Leaving directory `/home/akshay/Downloads/prpltwtr-0.11.0/src/prpltwtr'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/akshay/Downloads/prpltwtr-0.11.0/src/prpltwtr'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/akshay/Downloads/prpltwtr-0.11.0/src'
make: *** [install-recursive] Error 1

Original comment by akshayvyas29 on 30 Apr 2012 at 1:22

GoogleCodeExporter commented 8 years ago
The install needs to be done as root (or with sudo).

May I recommend reading up a bit on how to compile from source? There are many 
resources out there that are better than me... ;)

Original comment by mikeage on 30 Apr 2012 at 1:23

GoogleCodeExporter commented 8 years ago
oops i am really sorry its done thanks mikeage,how can i be that fool btw 
thanks :)

Original comment by akshayvyas29 on 30 Apr 2012 at 1:26

GoogleCodeExporter commented 8 years ago

Original comment by mikeage on 30 Apr 2012 at 1:27