I finally managed to build pidgin 2.5.0 on build 96 (didn't have time to
investigate on earlier builds), however there seemed to be few changes
required for it to build properly (steps below):

1. comment lines 20312-20319 from configure:?
#xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
#mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
#mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
#if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
#    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for 
intltool" >&5
#echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
#   { (exit 1); exit 1; }; }
#fi

2. configure required a few options (it seemed to complain about a few
dependencies):?
./configure --prefix=/usr --disable-gtkspell ?--disable-perl 
--disable-meanwhile --disable-nm ?MAKE=gmake

3. gmake

4. gmake install

Are these known issues or worth logging a bug for?

thanks


Reply via email to