|
楼主 |
发表于 2005-5-21 10:50:36
|
显示全部楼层
没有办法安装,于是在rpmfind上找了rpm包,发现fc1的aria RPM包居然可以在RH9上安装使用。真晕。
难道我以后只能用这个方法安装软件吗?
这是aria在make时候的信息:
# make
cd . \
&& CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating Makefile
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default commands
make all-recursive
make[1]: Entering directory `/tmp/aria-1.0.0'
Making all in resources
make[2]: Entering directory `/tmp/aria-1.0.0/resources'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/aria-1.0.0/resources'
Making all in intl
make[2]: Entering directory `/tmp/aria-1.0.0/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/aria-1.0.0/intl'
Making all in src
make[2]: Entering directory `/tmp/aria-1.0.0/src'
Making all in pixmaps
make[3]: Entering directory `/tmp/aria-1.0.0/src/pixmaps'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/aria-1.0.0/src/pixmaps'
make[3]: Entering directory `/tmp/aria-1.0.0/src'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -Wall -DLOCALEDIR=\"/usr/local/share/locale\" -DDATADIR=\"/usr/local/share\" -I../intl -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -I/usr/X11R6/include -c main.cc
In file included from /usr/include/openssl/ssl.h:179,
from main.cc:39:
/usr/include/openssl/kssl.h:72:18: krb5.h: 没有那个文件或目录
In file included from /usr/include/openssl/ssl.h:179,
from main.cc:39:
/usr/include/openssl/kssl.h:132: 'krb5_enctype' is used as a type, but is not
defined as a type.
/usr/include/openssl/kssl.h:134: parse error before `*' token
/usr/include/openssl/kssl.h:147: parse error before `*' token
/usr/include/openssl/kssl.h:151: parse error before `*' token
/usr/include/openssl/kssl.h:153: parse error before `*' token
/usr/include/openssl/kssl.h:155: parse error before `*' token
/usr/include/openssl/kssl.h:157: parse error before `*' token
/usr/include/openssl/kssl.h:159: `krb5_context' was not declared in this scope
/usr/include/openssl/kssl.h:159: parse error before `,' token
/usr/include/openssl/kssl.h:160: `krb5_context' was not declared in this scope
/usr/include/openssl/kssl.h:160: parse error before `,' token
/usr/include/openssl/kssl.h:163: `krb5_timestamp' was not declared in this
scope
/usr/include/openssl/kssl.h:163: parse error before `,' token
/usr/include/openssl/kssl.h:165: parse error before `*' token
/usr/include/openssl/kssl.h:167: `krb5_enctype' was not declared in this scope
/usr/include/openssl/kssl.h:167: parse error before `,' token
In file included from /usr/include/c++/3.2.2/backward/pair.h:59,
from ItemList.h:34,
from main.cc:46:
/usr/include/c++/3.2.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/tmp/aria-1.0.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/aria-1.0.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/aria-1.0.0'
make: *** [all-recursive-am] Error 2
下面是d4x在configure时候最后几行的信息:
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error: *** GLIB >= 2.4.0 not installed! ***
然后make出现如下提示,不给编译:
make: *** No targets specified and no makefile found. Stop.
WxDfast的出错信息在上面帖子中已经给出了。
开发工具和X开发我都安装了,我安装RH9的时候是选择完全安装的,只是后来卸载了系统自己安装的OpenOffice和KOffice,装了永中。另外,为了安装新版Mozilla,我卸载了系统自带的,卸载前卸载了Mozilla提示的全部依赖软件,我想这是没有问题的吧?
还是请大人们帮我看看问题症结吧,谢谢了!!!!! |
|