|
楼主 |
发表于 2002-11-8 22:43:30
|
显示全部楼层
我是从本站下载的,编译时情况是这样的:
[root@wangjing dic]# 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: *** [trans.o] Error 1
[root@wangjing dic]#
请问这该怎么办,请指导,我用的是rh8,而且是完全安装.谢谢 |
|