[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New stable snapshot
From: |
Bruno Haible |
Subject: |
Re: New stable snapshot |
Date: |
Wed, 5 Nov 2008 12:15:16 +0100 |
User-agent: |
KMail/1.5.4 |
Ben Pfaff wrote:
> > close.c:30:21: w32sock.h: No such file or directory
> [...]
> > The file w32sock.h should be supplied by the pspp package, or by mingw?
>
> By gnulib. It looks like the "close" module has a missing
> dependency on lib/w32sock.h.
Yes. I can reproduce it through "./gnulib-tool --create-testdir close
sys_socket"
and cross-compilation for mingw.
> The following might be the correct fix:
>
> diff --git a/modules/close b/modules/close
> index e526487..bb852d4 100644
> --- a/modules/close
> +++ b/modules/close
> @@ -3,6 +3,7 @@ close() function: close a file or socket.
>
> Files:
> lib/close.c
> +lib/w32sock.h
> m4/close.m4
>
> Depends-on:
Correct. You are welcome to apply this.
Bruno
- New stable snapshot, Michel Boaventura, 2008/11/03
- Re: New stable snapshot, Ben Pfaff, 2008/11/03
- Re: New stable snapshot, Michel Boaventura, 2008/11/03
- Re: New stable snapshot, Ben Pfaff, 2008/11/05
- Re: New stable snapshot, Michel Boaventura, 2008/11/06
- Re: New stable snapshot, Ben Pfaff, 2008/11/06
- Re: New stable snapshot, Ben Pfaff, 2008/11/07