RE: Compiling Pidgin--gtk-dev not found

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


Doh! Don't I feel silly.

Keep up the great work guys. :D


Colin


> Date: Sat, 13 Sep 2008 11:50:14 +0200
> From: erjo@xxxxxxxxxx
> To: slitaz@xxxxxxxxxxxxxxxxxxx
> Subject: Re: Compiling Pidgin--gtk-dev not found
>
> Le Sat, 13 Sep 2008 16:57:16 +0800
> Colin Gan <beshimi@xxxxxxxxxxx> à écrit:
>
> >
> > Hi everyone,
> Hi,
> Pidgin still support SSL.
> Just install gnutls package.
>
> +Eric.
>
> >
> > I have been trying to compile Pidgin with ssl support (I would like to use MSN), but it seems that it can't find gtk-dev even though I have it installed, so it fails during ./configure.
> >
> > "You must have the GTK+ 2.0 development headers installed to compile Pidgin."
> >
> > I modified the same receipt from the tazwok repo. Actually, even unmodified, it doesn't compile. How did you manage to make the Pidgin package with this problem?
> >
> > The receipt I am using is:
> >
> > # SliTaz package receipt.
> >
> > PACKAGE="pidgin"
> > VERSION="2.5.1"
> > CATEGORY="network"
> > SHORT_DESC="Instant messaging client using GTK+."
> > MAINTAINER="pankso@xxxxxxxxxx"
> > DEPENDS="gtk+"
> > BUILD_DEPENDS="gtk+-dev gnutls-dev libgcrypt-dev libgpg-error-dev
> > startup-notification-dev"
> > TARBALL="$PACKAGE-$VERSION.tar.bz2"
> > SUGGESTED="gnutls"
> > WEB_SITE="http://www.pidgin.im/"
> > WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
> >
> > # Rules to configure and make the package.
> > compile_rules()
> > {
> > cd $src
> > MSGFMT=/usr/bin/msgfmt
> > ./configure \
> > --prefix=/usr \
> > --infodir=/usr/share/info \
> > --mandir=/usr/share/man \
> > --disable-perl \
> > --disable-screensaver \
> > --disable-gtkspell \
> > --disable-gstreamer \
> > --disable-meanwhile \
> > --disable-avahi \
> > --disable-nm \
> > --disable-tcl \
> > --disable-dbus \
> > --disable-doxygen \
> > --disable-schemas-install \
> > --with-system-ssl-certs=/etc/ssl/certs \
> > $CONFIGURE_ARGS
> > make
> > make DESTDIR=$PWD/_pkg install
> > }
> >
> > # Rules to gen a SliTaz package suitable for Tazpkg.
> > genpkg_rules()
> > {
> > mkdir -p $fs/usr/lib $fs/usr/share/pixmaps
> > cp -a $_pkg/usr/bin $fs/usr
> > cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
> > cp -a $_pkg/usr/lib/pidgin $fs/usr/lib
> > cp -a $_pkg/usr/lib/purple-2 $fs/usr/lib
> > rm $fs/usr/lib/pidgin/*.la
> > rm $fs/usr/lib/purple-2/*.la
> > cp -a $_pkg/usr/share/purple $fs/usr/share
> > cp -a $_pkg/usr/share/pixmaps/pidgin $fs/usr/share/pixmaps
> > cp -a $_pkg/usr/share/icons/hicolor/24x24/apps/* $fs/usr/share/pixmaps
> > }
> >
> >
> >
> > Thanks,
> >
> >
> > Colin
> >
> > _________________________________________________________________
> > Are you paid what you're worth? Find out: SEEK Salary Centre
> > http://a.ninemsn.com.au/b.aspx?URL="">>
> ---
> SliTaz GNU/Linux Mailing list - http://www.slitaz.org/


Find great deals on eBay Net yourself a bargain


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/