The problem is this:
since there is no Gaim compiled specifically for Mdk9 i though id build one from src.rpm heres what i got:
for som reason i cant paste it all in
- Code: Select all
at the start/where the windows ends:
installing ko.gmo as /var/tmp/gaim-0.59.8-root/usr/share/locale/ko/LC_MESSAGES/gaim.mo
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/nl
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/nl/LC_MESSAGES
installing nl.gmo as /var/tmp/gaim-0.59.8-root/usr/share/locale/nl/LC_MESSAGES/gaim.mo
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/pl
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/pl/LC_MESSAGES
installing pl.gmo as /var/tmp/gaim-0.59.8-root/usr/share/locale/pl/LC_MESSAGES/gaim.mo
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/ru
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/ru/LC_MESSAGES
installing ru.gmo as /var/tmp/gaim-0.59.8-root/usr/share/locale/ru/LC_MESSAGES/gaim.mo
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/sk
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/sk/LC_MESSAGES
installing sk.gmo as /var/tmp/gaim-0.59.8-root/usr/share/locale/sk/LC_MESSAGES/gaim.mo
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/sv
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/sv/LC_MESSAGES
installing sv.gmo as /var/tmp/gaim-0.59.8-root/usr/share/locale/sv/LC_MESSAGES/gaim.mo
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/zh_CN
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/zh_CN/LC_MESSAGES
installing zh_CN.gmo as /var/tmp/gaim-0.59.8-root/usr/share/locale/zh_CN/LC_MESSAGES/gaim.mo
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/zh_TW
mkdir /var/tmp/gaim-0.59.8-root/usr/share/locale/zh_TW/LC_MESSAGES
installing zh_TW.gmo as /var/tmp/gaim-0.59.8-root/usr/share/locale/zh_TW/LC_MESSAGES/gaim.mo
if test "gaim" = "gettext"; then \
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /var/tmp/gaim-0.59.8-root/usr/share/gettext/po; \
/usr/bin/install -c -m 644 ./Makefile.in.in \
/var/tmp/gaim-0.59.8-root/usr/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[1]: Leaving directory `/usr/src/RPM/BUILD/gaim-0.59.8/po'
Making install in intl
make[1]: Entering directory `/usr/src/RPM/BUILD/gaim-0.59.8/intl'
if test "gaim" = "gettext" \
&& test '' = 'intl-compat.o'; then \
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /var/tmp/gaim-0.59.8-root/usr/lib /var/tmp/gaim-0.59.8-root/usr/include; \
/usr/bin/install -c -m 644 libintl.h /var/tmp/gaim-0.59.8-root/usr/include/libintl.h; \
/bin/sh ../libtool --silent --mode=install \
/usr/bin/install -c -m 644 libintl.a /var/tmp/gaim-0.59.8-root/usr/lib/libintl.a; \
else \
: ; \
fi
if test 'no' = yes; then \
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /var/tmp/gaim-0.59.8-root/usr/lib; \
temp=/var/tmp/gaim-0.59.8-root/usr/lib/t-charset.alias; \
dest=/var/tmp/gaim-0.59.8-root/usr/lib/charset.alias; \
if test -f /var/tmp/gaim-0.59.8-root/usr/lib/charset.alias; then \
orig=/var/tmp/gaim-0.59.8-root/usr/lib/charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
if test yes = no; then \
orig=charset.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
fi; \
fi; \
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /var/tmp/gaim-0.59.8-root/usr/share/locale; \
test -f /var/tmp/gaim-0.59.8-root/usr/share/locale/locale.alias \
&& orig=/var/tmp/gaim-0.59.8-root/usr/share/locale/locale.alias \
|| orig=./locale.alias; \
temp=/var/tmp/gaim-0.59.8-root/usr/share/locale/t-locale.alias; \
dest=/var/tmp/gaim-0.59.8-root/usr/share/locale/locale.alias; \
at the end (i think it started a second .configure ???):
sorry it wont let me paste the whole ./configure
can anyone figure this out? i got the src.rpm from gaim.sf.net



