[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c)
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c) |
Date: |
Tue, 17 Nov 2015 10:35:50 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Darshit Shah <address@hidden> writes:
> I think it's because flock isn't implemented in Windows. The ideal
> solution would be to use some WIN32 API to get it done. However, I saw
> that gnulib actually provides an implementation of flock that can be
> used on Windows.
> Hence, maybe just using the gnulib module may work.
>
> @Giuseppe, @Tim: What do you'll think?
using the gnulib module should fix the build issue, from the gnulib code
I see in flock.c: "Emulate flock on platforms that lack it, primarily
Windows and MinGW."
I think your patch should be enough, feel free to push it.
Regards,
Giuseppe
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), (continued)
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Tim Ruehsen, 2015/11/19
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Dagobert Michelsen, 2015/11/19
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Tim Ruehsen, 2015/11/19
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Dagobert Michelsen, 2015/11/19
- Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Tim Ruehsen, 2015/11/19
Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c), Darshit Shah, 2015/11/16
Re: [Bug-wget] Wget 1.17 doesn't compile on Windows (hsts.c),
Giuseppe Scrivano <=