Re: Patch to 2.4.8 for ANSI scoping rule

2001-12-14 Thread Albert Chin-A-Young

On Fri, Dec 14, 2001 at 02:25:14PM +0300, Alexander V. Lukyanov wrote:
 On Wed, Dec 12, 2001 at 01:19:59AM -0600, [EMAIL PROTECTED] wrote:
  Attached is a patch to turn on -LANG:ansi-for-init-scope=ON on the
  IRIX C++ compiler to grok ANSI scoping rules. BTW, -LANG:std enables
  more C++ compliance in the IRIX compiler (we build with -LANG:std so
  have no need for -LANG:ansi-for-init-scope=ON).
 
 Patch applied. I have also tried to fix this error:
 
   cxx: Error: NetAccess.cc, line 483: more than one operator =
   matches these
 operands:
   built-in operator arithmetic = arithmetic
   function Time::operator=(const Time ) const
   function Time::operator=(std::time_t) const
   operand types are: TimeDate = long
  if(now = try_time+interval)
   --^
   cxx: Info: 1 error detected in the compilation of NetAccess.cc.

Your fix for the above error worked.

-- 
albert chin ([EMAIL PROTECTED])



Re: Patch to 2.4.8 for ANSI scoping rule

2001-12-14 Thread Alexander V. Lukyanov

On Fri, Dec 14, 2001 at 12:23:32PM -0600, Albert Chin-A-Young wrote:
 On Wed, Dec 12, 2001 at 01:19:59AM -0600, [EMAIL PROTECTED] wrote:
7. HP-UX 11.00, with the aCC compiler, gives:
   Error 221: FtpDirList.h, line 32 # Member 'EPLF' not declared in class
   FtpDirList [FtpDirList.h, line 26].
  static char *FtpDirList::EPLF(const char *line, int len);

 How's the following patch for this?

Your sources are not up-to-date. There is no EPLF method now.

--
   Alexander.



Re: Patch to 2.4.8 for ANSI scoping rule

2001-12-14 Thread Alexander V. Lukyanov

On Fri, Dec 14, 2001 at 09:38:51PM +0300, Alexander V. Lukyanov wrote:
 On Fri, Dec 14, 2001 at 12:23:32PM -0600, Albert Chin-A-Young wrote:
  On Wed, Dec 12, 2001 at 01:19:59AM -0600, [EMAIL PROTECTED] wrote:
 7. HP-UX 11.00, with the aCC compiler, gives:
Error 221: FtpDirList.h, line 32 # Member 'EPLF' not declared in class
FtpDirList [FtpDirList.h, line 26].
   static char *FtpDirList::EPLF(const char *line, int len);
 
  How's the following patch for this?
 
 Your sources are not up-to-date. There is no EPLF method now.

Sorry! I forgot that there is lftp-2-4 branch. I have fixed it there.
What other changes should be applied to it?

-- 
   Alexander.



Re: Patch to 2.4.8 for ANSI scoping rule

2001-12-14 Thread Albert Chin-A-Young

On Fri, Dec 14, 2001 at 09:48:09PM +0300, Alexander V. Lukyanov wrote:
 On Fri, Dec 14, 2001 at 09:38:51PM +0300, Alexander V. Lukyanov wrote:
  On Fri, Dec 14, 2001 at 12:23:32PM -0600, Albert Chin-A-Young wrote:
   On Wed, Dec 12, 2001 at 01:19:59AM -0600, [EMAIL PROTECTED] wrote:
  7. HP-UX 11.00, with the aCC compiler, gives:
 Error 221: FtpDirList.h, line 32 # Member 'EPLF' not declared in class
 FtpDirList [FtpDirList.h, line 26].
static char *FtpDirList::EPLF(const char *line, int len);
  
   How's the following patch for this?
  
  Your sources are not up-to-date. There is no EPLF method now.
 
 Sorry! I forgot that there is lftp-2-4 branch. I have fixed it there.
 What other changes should be applied to it?

That's it. I still need an answer to another email regarding
mbstate_t.

-- 
albert chin ([EMAIL PROTECTED])