|
|
发表于 2006-11-25 13:35:59
|
显示全部楼层
偶按照grassofhust的办法改了makefile,但是在make install 时又出错了
make install
Making install in intl
make[1]: Entering directory `/home/skyking/software/proxyknife-1.6/intl'
if { test "proxyknife" = "gettext-runtime" || test "proxyknife" = "gettext-tools"; } \
&& test 'no' = yes; then \
mkdir -p -- /usr/local/lib /usr/local/include; \
/usr/bin/install -c -m 644 libintl.h /usr/local/include/libintl.h; \
@LIBTOOL@ --mode=install \
/usr/bin/install -c -m 644 libintl.a /usr/local/lib/libintl.a; \
if test "@RELOCATABLE@" = yes; then \
dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /usr/local/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \
if test -n "$dependencies"; then \
rm -f /usr/local/lib/libintl.la; \
fi; \
fi; \
else \
: ; \
fi
if test "proxyknife" = "gettext-tools" \
&& test 'no' = no \
&& test yes != no; then \
mkdir -p -- /usr/local/lib; \
@LIBTOOL@ --mode=install \
/usr/bin/install -c -m 644 libgnuintl.a /usr/local/lib/libgnuintl.a; \
rm -f /usr/local/lib/preloadable_libintl.so; \
/usr/bin/install -c -m 644 /usr/local/lib/libgnuintl.so /usr/local/lib/preloadable_libintl.so; \
@LIBTOOL@ --mode=uninstall \
rm -f /usr/local/lib/libgnuintl.a; \
else \
: ; \
fi
if test 'no' = yes; then \
test yes != no || mkdir -p -- /usr/local/lib; \
temp=/usr/local/lib/t-charset.alias; \
dest=/usr/local/lib/charset.alias; \
if test -f /usr/local/lib/charset.alias; then \
orig=/usr/local/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; \
mkdir -p -- /usr/local/share/locale; \
test -f /usr/local/share/locale/locale.alias \
&& orig=/usr/local/share/locale/locale.alias \
|| orig=./locale.alias; \
temp=/usr/local/share/locale/t-locale.alias; \
dest=/usr/local/share/locale/locale.alias; \
sed -f ref-add.sed $orig > $temp; \
/usr/bin/install -c -m 644 $temp $dest; \
rm -f $temp; \
else \
: ; \
fi
if test "proxyknife" = "gettext-tools"; then \
mkdir -p -- /usr/local/share/gettext/intl; \
/usr/bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \
/usr/bin/install -c -m 644 ChangeLog.inst /usr/local/share/gettext/intl/ChangeLog; \
dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c lock.c relocatable.c langprefs.c localename.c log.c printf.c version.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \
for file in $dists; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/share/gettext/intl/$file; \
done; \
chmod a+x /usr/local/share/gettext/intl/config.charset; \
dists="plural.c"; \
for file in $dists; do \
if test -f $file; then dir=.; else dir=.; fi; \
/usr/bin/install -c -m 644 $dir/$file \
/usr/local/share/gettext/intl/$file; \
done; \
dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h"; \
for file in $dists; do \
rm -f /usr/local/share/gettext/intl/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/home/skyking/software/proxyknife-1.6/intl'
Making install in po
make[1]: Entering directory `/home/skyking/software/proxyknife-1.6/po'
mkdir -p -- /usr/local/share
installing en@quot.gmo as /usr/local/share/locale/en@quot/LC_MESSAGES/proxyknife.mo
installing en@boldquot.gmo as /usr/local/share/locale/en@boldquot/LC_MESSAGES/proxyknife.mo
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/proxyknife.mo
if test "proxyknife" = "gettext-tools"; then \
mkdir -p -- /usr/local/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/usr/local/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /usr/local/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/home/skyking/software/proxyknife-1.6/po'
Making install in doc
make[1]: Entering directory `/home/skyking/software/proxyknife-1.6/doc'
make[2]: Entering directory `/home/skyking/software/proxyknife-1.6/doc'
make[2]: Nothing to be done for `install-exec-am'.
TEXINPUTS="./. TEXINPUTS" \
MAKEINFO='LC_ALL=C /bin/sh /home/skyking/software/proxyknife-1.6/missing --run makeinfo -I ../doc -I .' \
texi2dvi -I ../doc proxyknife.texi
/bin/sh: texi2dvi: command not found
make[2]: *** [proxyknife.dvi] Error 127
make[2]: Leaving directory `/home/skyking/software/proxyknife-1.6/doc'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/skyking/software/proxyknife-1.6/doc'
make: *** [install-recursive] Error 1
出错信息好像就是texi2dvi这个命令找不到,偶google了一下发现是texinfo中的一个文件
但是texinfo gettext-devel这些包偶都装上了呀
而且系统中确实没有texi2dvi这个命令
高手,解答一下吧
谢谢 |
|