build failure with 2.4.10a on Tru64 UNIX 5.1

2002-03-18 Thread Albert Chin
error detected in the compilation of NetAccess.cc. My fix was to cast to time_t: if(now = (time_t)(try_time+interval)) Neither the Sun, HP, nor SGI compilers complained about this. -- albert chin ([EMAIL PROTECTED])

2.5.4 and HP-UX C++ compiler

2002-07-05 Thread Albert Chin
[ChmodJob.h, line 32]. ChmodJob::~ChmodJob(); ^ gmake[1]: *** [commands.o] Error 2 Shoud line 55 of src/ChmodJob.h be: ~ChmodJob(); This makes the compiler happy. -- albert chin ([EMAIL PROTECTED])

Trouble building 2.6.1 with HP C++ compiler

2002-09-11 Thread Albert Chin
. -- albert chin ([EMAIL PROTECTED])

Trouble building 2.6.1 with HP C++ compiler

2002-09-24 Thread Albert Chin
. -- albert chin ([EMAIL PROTECTED])

Re: Trouble building 2.6.1 with HP C++ compiler

2002-09-25 Thread Albert Chin
On Wed, Sep 25, 2002 at 11:11:47AM +0400, Alexander V. Lukyanov wrote: On Tue, Sep 24, 2002 at 07:56:02AM -0500, Albert Chin wrote: : KeyValueDB::Pair(n,s-GetConnectURL()) Error 182: ConnectionSlot.cc, line 35 # ConnectionSlot

Error building 2.6.10 with HP C++ compiler

2003-12-14 Thread Albert Chin
; ); -- albert chin ([EMAIL PROTECTED])

Re: 2.6.10 patches

2003-12-16 Thread Albert Chin
On Tue, Dec 16, 2003 at 03:04:35PM +0300, Alexander V. Lukyanov wrote: On Mon, Dec 15, 2003 at 05:42:34PM -0600, Albert Chin wrote: 4. [src/ftpclass.cc, src/NetAccess.h, src/NetAccess.cc, src/FileAccess.cc, configure.ac, m4/socklen.m4] Ok, this was fun. On HP-UX 11i, we had to replace

Re: 2.6.10 patches

2003-12-16 Thread Albert Chin
On Tue, Dec 16, 2003 at 03:04:35PM +0300, Alexander V. Lukyanov wrote: On Mon, Dec 15, 2003 at 05:42:34PM -0600, Albert Chin wrote: 7. [configure.ac] LOCALE_DIR no longer used. Applied. Sorry but the patch below is needed as well. I missed one use of this. Considering that locale files

Re: 2.6.10 patches

2003-12-16 Thread Albert Chin
On Tue, Dec 16, 2003 at 04:31:16PM +0300, Alexander V. Lukyanov wrote: On Tue, Dec 16, 2003 at 06:18:15AM -0600, Albert Chin wrote: How about lftp_socklen_t instead of socktype_t? That's ok. Ok, patch to use lftp_socklen_t below. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- src

Re: Building 2.6.10 with IBM C++ compiler on AIX

2003-12-16 Thread Albert Chin
On Tue, Dec 16, 2003 at 03:10:32PM +0300, Alexander V. Lukyanov wrote: On Mon, Dec 15, 2003 at 06:52:45PM -0600, Albert Chin wrote: ld: 0711-317 ERROR: Undefined symbol: CharReader::NOCHAR ld: 0711-317 ERROR: Undefined symbol: CharReader::EOFCHAR class CharReader : public SMTask

Error building 3.3.4 with Sun C++ compiler

2005-11-25 Thread Albert Chin
is 'long' and stat_interval is 'int'. -- albert chin ([EMAIL PROTECTED])

mirror not setting timestamps correctly

2006-07-24 Thread Albert Chin
. LocalAccess::StoreStatus() Sat Jun 24 05:22:30 2006 The final call, it sets the file mtime attribute by calling utime() with the entity_date as parameter. -- albert chin ([EMAIL PROTECTED])

Building lftp 3.5.10 with GCC 3.4.3 on AIX 4.3.3

2007-05-09 Thread Albert Chin
or cast strlen() with (int)? -- albert chin ([EMAIL PROTECTED])

Re: Building lftp 3.5.10 with GCC 3.4.3 on AIX 4.3.3

2007-05-10 Thread Albert Chin
On Thu, May 10, 2007 at 04:14:12PM +0200, Andre Noll wrote: On 10:51, Albert Chin wrote: Http.cc:639: warning: int format, size_t arg (arg 3) Http.cc:662: warning: int format, size_t arg (arg 3) The problematic lines are: Send(Content-Length: %d\r\n,strlen(allprop)); Send(Content

[lftp-devel] Problems building 4.4.10 on HP-UX/IA with HP C++ compiler

2013-10-29 Thread Albert Chin
; } ^ detected during instantiation of SMTaskRefT::~SMTaskRef() [with T=TrackerBackend] at line 61 of TorrentTracker.h 1 error detected in the compilation of Torrent.cc. gmake[2]: *** [Torrent.lo] Error 1 Any idea on a solution? -- albert chin (ch

[lftp-devel] Building 4.7.1 on HP-UX 11.31/IA

2016-04-06 Thread Albert Chin
acker.h" 1 error detected in the compilation of "Torrent.cc". gmake[2]: *** [Torrent.lo] Error 1 gmake[2]: Leaving directory `/opt/build/lftp-4.7.1/src' I don't know C++ well enough but is there any patch that can be applied to make Torrent.cc pass t

lftp-pre 2.3.0 and GET method

2000-08-26 Thread Albert Chin-A-Young
-dev --- Keep-Alive: timeout=15, max=100 --- Connection: Keep-Alive --- Content-Type: text/html --- cd ok, cwd=/?distribution=cd Why does lftp append '/' to the URL (i.e. from /?distribution=cd to /?distribution=cd/)? -- albert chin ([EMAIL PROTECTED])

Re: lftp-pre 2.3.0 and encoding unsafe characters

2000-08-26 Thread Albert Chin-A-Young
On Sat, Aug 26, 2000 at 03:04:35PM +0400, Alexander V. Lukyanov wrote: On Sat, Aug 26, 2000 at 12:40:13AM -0500, Albert Chin-A-Young wrote: In src/lftp.h: # define URL_PATH_UNSAFE URL_UNSAFE"#;?" '?' _is_ unsafe. If you have path containing a ?, then it must be encoded.

Re: lftp-pre2.3.0-A00911

2000-09-19 Thread Albert Chin-A-Young
and ltcf-cxx.sh as part of the distribution. Didn't libtoolize copy this into your tree? -- albert chin ([EMAIL PROTECTED])

Re: Patch to 2.4.8 for ANSI scoping rule

2001-12-14 Thread Albert Chin-A-Young
detected in the compilation of NetAccess.cc. Your fix for the above error worked. -- albert chin ([EMAIL PROTECTED])

Re: mbstate_t oddity on HP-UX 11.00

2001-12-14 Thread Albert Chin-A-Young
On Fri, Dec 14, 2001 at 12:31:08PM -0500, Glenn Maynard wrote: On Fri, Dec 14, 2001 at 07:23:31AM -0600, Albert Chin-A-Young wrote: So, do we need a C and C++ check for mbstate_t? Note that mbstate_t is usred in lib/fnmatch.c and lib/regex.c but in 2.4.4, there was no autoconf check

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