Brian Ford <Brian.Ford <at> 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/