[Dataspace-sabul] ofstream
Brought to you by:
ctchrinthry,
rlg128
|
From: Hans B. <J....@ph...> - 2003-06-24 15:38:05
|
Hello,
The type "ofstream" seems to be depricated and is not recognised anymore
by GCC V. 3.2.3:
c++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c sabul.cpp
In file included from sabul.cpp:51:
sabul.h:174: 'ofstream' is used as a type, but is not defined as a type.
sabul.cpp: In constructor `CSabul::CSabul()':
sabul.cpp:83: `m_Log' undeclared (first use this function)
sabul.cpp:83: (Each undeclared identifier is reported only once for each
function it appears in.
With GCC V. 2.95.4 there are no problems. On the other hand in
"lftp/ftp.cc" and "lftpd/ftpd.cc" still "and" and "or" logical operators
are used which are not recognised by GCC V. 2.95.4, but may be you
replaced them already in your CVS content.
#define and &&
#define or ||
was the trick to compile those files.
Kind regards,
Hans
|