bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] [bug #50223] wget 1.19 will not build on MacOS 10.12.3


From: Gisle Vanem
Subject: Re: [Bug-wget] [bug #50223] wget 1.19 will not build on MacOS 10.12.3
Date: Fri, 3 Feb 2017 21:57:24 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0

Charles wrote:

> The `make` step fails with this:
> 
> ------------------8<------------------------------------
> /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-am
>   CC       connect.o
>   CC       convert.o
>   CC       cookies.o
>   CC       ftp.o
> ftp.c:1466:19: error: no member named 'rpl_unlink' in 'struct options'
>           if (opt.unlink && file_exists_p (con->target))
>               ~~~ ^
> ../lib/unistd.h:1851:19: note: expanded from macro 'unlink'
> #   define unlink rpl_unlink

Looks like the same issue I had with mswindows.h.
The fix was to put '#include <sys/ioctl.h>' before
Gnulib's unlink() got a chance to get defined as
rpl_unlink().

-- 
--gv



reply via email to

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