paleness 发表于 2002-11-8 21:56:39

安装星际译王时

在rh8下需要修改makefile的什么地方?能帖一下makefile 的内容吗?
谢谢!

llc 发表于 2002-11-8 22:20:06

如果是本站的版本,不用编译,直接运行
其实rh8自带了这个东东了,你可以运行stardic试试

paleness 发表于 2002-11-8 22:43:30

我是从本站下载的,编译时情况是这样的:
# make
g++ -Wall -DNDEBUG -I/usr/X11/include-c trans.cc
In file included from /usr/include/c++/3.2/backward/strstream:51,
               from /usr/include/c++/3.2/backward/strstream.h:33,
               from trans.h:45,
               from trans.cc:17:
/usr/include/c++/3.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.
In file included from trans.cc:18:
image.h:20:25: stdiostream.h: No such file or directory
trans.cc: In function `void vShowErrorToTerm(const char*)':
trans.cc:2590: `cout' undeclared (first use this function)
trans.cc:2590: (Each undeclared identifier is reported only once for each
   function it appears in.)
trans.cc:2590: `endl' undeclared (first use this function)
make: *** Error 1
#
请问这该怎么办,请指导,我用的是rh8,而且是完全安装.谢谢

llc 发表于 2002-11-8 22:49:02

开一个模拟终端,直接打入stardic命令试试

paleness 发表于 2002-11-8 23:05:09

提示是:   bash: stardic: command not found

好像不行,要不请你也试试看,麻烦了

吴文官 发表于 2002-11-8 23:11:48

是stardict

llc 发表于 2002-11-8 23:15:46

搞错了,是stardict才对
还不行的话:将第一张光盘上,stardict-1.31开头的那个rpm包装上,再运行stardict

paleness 发表于 2002-11-8 23:27:53

搞定了,谢谢各位!
页: [1]
查看完整版本: 安装星际译王时