bug-gnulib
[Top][All Lists]
Advanced

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

Re: New stable snapshot


From: Ben Pfaff
Subject: Re: New stable snapshot
Date: Tue, 04 Nov 2008 20:24:35 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

"Michel Boaventura" <address@hidden> writes:

> Today I've tried to compile the last snapshot, to see if the patch
> works, and I've got a new error:
>
> 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.  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:
-- 
Peter Seebach on managing engineers:
"It's like herding cats, only most of the engineers are already
 sick of laser pointers."




reply via email to

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