Re: wget-1.8.1: build failure on SGI IRIX 6.5 with c89

2002-04-12 Thread Ian Abbott
On 11 Apr 2002 at 18:55, Nelson H. F. Beebe wrote: what happens if you configure it with the option --x-includes=/usr/local/include ? On SGI IRIX 6.5, in a clean directory, I unbundled wget-1.8.1.tar.gz, and did this: % env CC=c89 ./configure --x-includes=/usr/local/include

Re: wget-1.8.1: build failure on SGI IRIX 6.5 with c89

2002-04-11 Thread Hrvoje Niksic
Nelson H. F. Beebe [EMAIL PROTECTED] writes: c89 -I. -I. -I/opt/include -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/usr/local/etc/wgetrc\ -DLOCALEDIR=\/usr/local/share/locale\ -O -c connect.c cc-1164 c89: ERROR File = connect.c, Line = 94 Argument of type int is incompatible with parameter of

Re: wget-1.8.1: build failure on SGI IRIX 6.5 with c89

2002-04-11 Thread Ian Abbott
On 11 Apr 2002 at 19:14, Hrvoje Niksic wrote: Nelson H. F. Beebe [EMAIL PROTECTED] writes: c89 -I. -I. -I/opt/include -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/usr/local/etc/wgetrc\ -DLOCALEDIR=\/usr/local/share/locale\ -O -c connect.c cc-1164 c89: ERROR File = connect.c, Line = 94

wget-1.8.1: build failure on SGI IRIX 6.5 with c89

2002-02-23 Thread Nelson H. F. Beebe
I got a build failure for wget-1.8.1 on SGI IRIX 6.5 with c89; switching to gcc-2.95.3 in a fresh build was successful. Here are the compilation failures: % env CC=c89 ./configure make all -i ... c89 -I. -I. -I/opt/include -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/usr/local/etc/wgetrc\