You are not logged in.

#1 2008-06-05 16:30:03

Xherziu
Member
Registered: 2008-04-16
Posts: 58

Pidgin doesnt compile

I do a ./configure and it breaks saying

Meanwhile development headers not found.

I give it a ./configure --disable-meanwhile ... it just continues on and says network manager headers not found

I saw the package in AUR and installed that but I rather compile my own pidgin, does anyone know what I do about the development headers?

Offline

#2 2008-06-05 16:56:38

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: Pidgin doesnt compile

Are you trying to compile 2.4.2? I can't get that beast to compile neither.. The repo and the alternate PKGBUILDS in AUR are all still at 2.4.1 so I guess no one gets this to compile.. The problem here is with autoconf for which there used to be a patch that doesn't apply anymore. I remember meanwhile being quirky too though.

Offline

#3 2008-06-05 16:58:01

Xherziu
Member
Registered: 2008-04-16
Posts: 58

Re: Pidgin doesnt compile

Thank ya, I'll go look for an earlier package then

Offline

#4 2008-06-05 17:29:36

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Pidgin doesnt compile

if you don't want that feature just use disable-etc when it's complains. i managed to build 2.4.2. if you want i can post PKGBUILD


Give what you have. To someone, it may be better than you dare to think.

Offline

#5 2008-06-05 19:31:46

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: Pidgin doesnt compile

wonder wrote:

if you don't want that feature just use disable-etc when it's complains. i managed to build 2.4.2. if you want i can post PKGBUILD

That would be awesome, I can't just disable something, it are autoconf and libtool being nasty.

Offline

#6 2008-06-05 19:38:34

Xherziu
Member
Registered: 2008-04-16
Posts: 58

Re: Pidgin doesnt compile

Ya that would be good Wonder,  I tried to disable Meanwhile but then more headers just pop up...

Also, I compiled the latest gimp but I cant find the executable... can anyone run it?

EDIT -

a pacman -S gimp says that some of the packages are not found?

Last edited by Xherziu (2008-06-05 19:41:15)

Offline

#7 2008-06-05 19:58:26

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Pidgin doesnt compile

Ramses de Norre wrote:

That would be awesome, I can't just disable something, it are autoconf and libtool being nasty.

those are there because of *schemas. but i'm not interest to lose that and i will compile pidgin normaly without nasty hacks smile

pkgname=pidgin
pkgver=2.4.2
pkgrel=1
pkgdesc="A GTK+-based messaging client"
arch=(i686 x86_64)
license=('GPL2')
url="http://pidgin.im"
depends=('startup-notification' 'gtkspell' 'libxss' 'gstreamer0.10' 'dbus-glib>=0.73')
makedepends=('pkgconfig' 'tk' 'avahi' 'intltool')
replaces=('gaim')
conflicts=('gaim')
provides=('gaim')
options=(!libtool)
install=pidgin.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)

md5sums=('2d10f9b6a5f0162cf88016ea2ca0a36d')


build() {
  cd ${startdir}/src/${pkgname}-${pkgver}

# gconf won't die with the --disable-schemas-install option
#  sed -i -e 's/gconftool-2/no/g' configure.ac
#  autoconf || return 1
  ./configure --prefix=/usr --sysconfdir=/etc \
              --disable-perl --disable-cap \
              --disable-schemas-install \
              --enable-gtkspell --enable-gnutls=yes \
              --enable-nss=no --disable-gevolution \
              --enable-dbus --disable-mono \
              --disable-meanwhile \
              --disable-nm \
              --disable-schemas-install \
              --disable-debug
  make || return 1make DESTDIR=${startdir}/pkg install
}

Give what you have. To someone, it may be better than you dare to think.

Offline

#8 2008-06-06 10:52:08

Ramses de Norre
Member
From: Leuven - Belgium
Registered: 2007-03-27
Posts: 1,289

Re: Pidgin doesnt compile

wonder wrote:
Ramses de Norre wrote:

That would be awesome, I can't just disable something, it are autoconf and libtool being nasty.

those are there because of *schemas. but i'm not interest to lose that and i will compile pidgin normaly without nasty hacks smile

That sounds like gnome stuff I haven't got neither. Well thanks for the PKGBUILD smile

Offline

#9 2008-06-06 10:55:44

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Pidgin doesnt compile

pidgin 2.4.2 is in extra now


Give what you have. To someone, it may be better than you dare to think.

Offline

Board footer

Powered by FluxBB