From: Giuseppe Scrivano <[email protected]> > 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.
