bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Wget manpage missing options


From: Steven M. Schweda
Subject: Re: [Bug-wget] Wget manpage missing options
Date: Thu, 11 Jul 2013 23:33:44 -0500 (CDT)

From: Giuseppe Scrivano <address@hidden>

> Yes Sir, here we go!  A freshly baked tarball:
> 
> http://it.gnu.org/~gscrivano/files/wget-1.14.62-9d54.tar.bz2

   Half-baked?  Lost a few VMS-specific changes, but the first big
problem was:

  while ((line = read_whole_line (fp)) != NULL)
.................^
%CC-I-IMPLICITFUNC, In this statement, the identifier "read_whole_line" is impli
citly declared as a function.
at line number 588 in file SYS$SYSDEVICE:[UTILITY.SOURCE.WGET.wget-1_14_62-9d54.
src]init.c;2

   I could declare it (as with secure_getenv()) in vms/config.h_vms if I
knew how, but evidence is sparse:

ALP $ search [-...]*.h, *.c read_whole_line

******************************
SYS$SYSDEVICE:[UTILITY.SOURCE.WGET.wget-1_14_62-9d54.src]init.c;2

  while ((line = read_whole_line (fp)) != NULL)
ALP $ 

   I assume that it should be in "lib/<something>.c" (which would help
at link time, too).

   SMS.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]