LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 05-12-2007, 01:47 AM   #1
huxflux
Member
 
Registered: Mar 2005
Posts: 33

Rep: Reputation: 15
Error while compiling Pidgin 2.0


I've run both
Code:
./configure --enable-gnutls=yes --enable-mono --enable-nm --enable-consoleui --enable-gevolution --enable-gstreamer --enable-plugins --disable-schemas-install --enable-screensaver
make
as well as simple configure
Code:
 $./configure
and everytime, I get this error while running 'mske':
Code:
make[3]: Leaving directory `/root/shitz/downloads/pidgin-2.0.0/pidgin'
make[2]: Leaving directory `/root/shitz/downloads/pidgin-2.0.0/pidgin'
Making all in m4macros
make[2]: Entering directory `/root/shitz/downloads/pidgin-2.0.0/m4macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/shitz/downloads/pidgin-2.0.0/m4macros'
Making all in po
make[2]: Entering directory `/root/shitz/downloads/pidgin-2.0.0/po'
file=`echo af | sed 's,.*/,,'`.gmo \
          && rm -f $file &&  -o $file af.po
/bin/sh: line 1: -o: command not found
make[2]: *** [af.gmo] Error 127
make[2]: Leaving directory `/root/shitz/downloads/pidgin-2.0.0/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/shitz/downloads/pidgin-2.0.0'
make: *** [all] Error 2
I'm running Ubuntu Feisty.

Any ideas on how to fix this? thanks

Last edited by huxflux; 05-12-2007 at 01:49 AM.
 
Old 05-12-2007, 10:24 AM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
The problem is this
Quote:
file=`echo ar | sed 's,.*/,,'`.gmo \
&& rm -f $file && -o $file ar.po
/bin/sh: line 1: -o: command not found
The command -o can't be found. The actual line from the Makefile is something like this
Code:
file=`echo $* | sed 's,.*/,,'`.gmo \
	  && rm -f $$file && $(GMSGFMT) -o $$file $
The variable $(GMSGFMT) is apparently not set on your system. The GMSGFMT variable should be set by the configure script. Gettext is required to set GMSGFMT. I've seen several people having problems with this on Debian and *buntu systems. In all of the solutions I've seen, installing the gettext package was common.
Code:
apt-get install gettext
 
Old 05-12-2007, 03:02 PM   #3
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Not exactly the site you'd go to to look for a file like this, but here's the .deb file. It worked fine for me on my PC and Laptop

http://www.gnome-look.org/content/sh...?content=57356

IGF
 
  


Reply

Tags
pidgin, ubuntu


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Pidgin --> Unsupported willysr Slackware 62 06-14-2007 10:37 PM
probs installing pidgin-encryption tool X-Ray-Jin Linux - Software 3 06-13-2007 07:55 PM
Pidgin 2.0.0 rigelan Slackware 7 05-07-2007 07:03 PM
Problems compiling the new Pidgin - pango errors R00T.OSIRIS Linux - Software 1 05-05-2007 04:39 AM
Gaim is Now Known as Pidgin XavierP Linux - News 1 04-09-2007 06:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 04:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration