Re: Compiling Pidgin--gtk-dev not found

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


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=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext&_t=764565661&_r=OCT07_endtext_salary&_m=EXT

---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/


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