Re: Netrc Error

2001-04-28 Thread Hrvoje Niksic

SoloCDM [EMAIL PROTECTED] writes:

 Why do I get the following error from ~/.netrc when I execute
 wget -v --follow-ftp --retr-symlinks --glob=on -N -r -l0 --tries=0
 --no-parent -k -o log - $(date +%r %Z -:- %A, %B %d, %Y)':
 
 wget: /home/[user_dir]/.netrc:4: unknown token 
 
 
 The error never appeared in previous versions.

The error has been fixed in the CVS sources, both branches.



Re: Fix safe-ctype ctype detection

2001-04-28 Thread Hrvoje Niksic

Herold Heiko [EMAIL PROTECTED] writes:

 OK, after some other needed testing (Hrvoje easily caught my faulty
 wgetrc problem) it does seem to work correctly with __inline and chsize.
 The attached patch will change what is needed (
 windows\{Makefile.src,wget.dep,config.h.ms} for the latest changes.

Thanks for the patches; I've now applied them with the following
ChangeLog:

2001-04-28  Herold Heiko  [EMAIL PROTECTED]

* windows/wget.dep: Update.

* windows/Makefile.src: Update.

* windows/config.h.ms: Define inline to __inline.
Define ftruncate to chsize.

One note: when you're already looking at config.h.ms, you might want
to bring it in full sync with config.h.in.  (Unix uses `configure' to
create `config.h' out of `config.h.in'.)

All one needs to do is look at each entry in config.h.in and either
leave it as-is or #define it to the appropriate stuff.  If it's
unclear what some of the entries do, I can mail you config.h resulting
from the run of configure under Linux.



Re: Make Errors

2001-04-28 Thread SoloCDM

Jan Prikryl stated the following:
 
 Quoting SoloCDM ([EMAIL PROTECTED]):
 
  The following errors occurred at the end of the make command:
 
  hr.po:188: `msgid' and `msgstr' entries do not both begin with '\n'
  hr.po:550: `msgid' and `msgstr' entries do not both begin with '\n'
  [...]
 
  Do I need to be concerned; if so, what must I do?
 
 Uptade hr.po in your CVS sources (cvs update ...). I have just added
 the two missing newlines to the CVS version of hr.po.

I executed the following commands without any errors.  I'm still
getting version 1.6 with wget -V.  Is there a make install or is
wget officially installed?

autoconf;configure;make

Note: When you reply to this message, please include the mailing
  list/newsgroup address and my email address in To:.

*
Signed,
SoloCDM



Re: Netrc Error

2001-04-28 Thread SoloCDM

Hrvoje Niksic stated the following:
 
 SoloCDM [EMAIL PROTECTED] writes:
 
  Why do I get the following error from ~/.netrc when I execute
  wget -v --follow-ftp --retr-symlinks --glob=on -N -r -l0 --tries=0
  --no-parent -k -o log - $(date +%r %Z -:- %A, %B %d, %Y)':
 
  wget: /home/[user_dir]/.netrc:4: unknown token 
 
 
  The error never appeared in previous versions.
 
 The error has been fixed in the CVS sources, both branches.

I'm working on that with Jan Prikryl.  Hopefully I'll have it
completed soon.

Note: When you reply to this message, please include the mailing
  list/newsgroup address and my email address in To:.

*
Signed,
SoloCDM



Re: Make Errors

2001-04-28 Thread SoloCDM

SoloCDM stated the following:
 
 Jan Prikryl stated the following:
 
  Quoting SoloCDM ([EMAIL PROTECTED]):
 
   The following errors occurred at the end of the make command:
  
   hr.po:188: `msgid' and `msgstr' entries do not both begin with '\n'
   hr.po:550: `msgid' and `msgstr' entries do not both begin with '\n'
   [...]
  
   Do I need to be concerned; if so, what must I do?
 
  Uptade hr.po in your CVS sources (cvs update ...). I have just added
  the two missing newlines to the CVS version of hr.po.
 
 I executed the following commands without any errors.  I'm still
 getting version 1.6 with wget -V.  Is there a make install or is
 wget officially installed?
 
 autoconf;configure;make

BTW, I did do the cvs update -d before the above commands.

Note: When you reply to this message, please include the mailing
  list/newsgroup address and my email address in To:.

*
Signed,
SoloCDM