Compiling Pidgin--gtk-dev not found |
[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]
Hi everyone, 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 Find out: SEEK Salary Centre Are you paid what you're worth? |
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |