X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Eric Blake Subject: Re: CVS =?utf-8?b?cGF0aF9jb252?= build error Date: Fri, 20 Jul 2007 19:57:53 +0000 (UTC) Lines: 29 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Brian Ford FlightSafety.com> writes: > In file included from > ../../../../cygwin/winsup/cygserver/bsd_helper.cc:27: > /home/ford/downloads/cygwin/winsup/cygwin/security.h:338: error: > `path_conv' has not been declared I worked around it like this, although including "path.h" would also do the trick. Index: security.h =================================================================== RCS file: /cvs/src/src/winsup/cygwin/security.h,v retrieving revision 1.88 diff -u -p -r1.88 security.h --- security.h 20 Jul 2007 14:29:43 -0000 1.88 +++ security.h 20 Jul 2007 19:57:03 -0000 @@ -66,6 +66,8 @@ details. */ #endif /* ! SE_CREATE_TOKEN_PRIVILEGE */ +struct path_conv; + /* Added for debugging purposes. */ typedef struct { BYTE Revision; -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/