From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106724 invoked by alias); 7 Jan 2016 02:52:52 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 106713 invoked by uid 89); 7 Jan 2016 02:52:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=recipe, 1313 X-HELO: mail-io0-f170.google.com Received: from mail-io0-f170.google.com (HELO mail-io0-f170.google.com) (209.85.223.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 07 Jan 2016 02:52:50 +0000 Received: by mail-io0-f170.google.com with SMTP id 1so191622271ion.1 for ; Wed, 06 Jan 2016 18:52:50 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.107.47.20 with SMTP id j20mr46563694ioo.168.1452135168630; Wed, 06 Jan 2016 18:52:48 -0800 (PST) Received: by 10.107.10.34 with HTTP; Wed, 6 Jan 2016 18:52:48 -0800 (PST) Date: Thu, 07 Jan 2016 02:52:00 -0000 Message-ID: Subject: acl_perm_t not declared error while compiling cygwin From: David Lee To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00056.txt.bz2 Hi all, while trying to compile cygwin from git master I got this error. Any suggestions are appreciated. ------------------------------------------ c++wrap -O2 -g -fno-rtti -fno-exceptions -fno-use-cxa-atexit -Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=3D0 -MMD -Werror -fmerge-constants -ftracer -c -o sec_acl.o /home/dave/newlib-cygwin/winsup/cygwin/sec_acl.cc /home/dave/newlib-cygwin/winsup/cygwin/sec_acl.cc: In function =E2=80=98void __aclcalcmask(aclent_t*, int)=E2=80=99: /home/dave/newlib-cygwin/winsup/cygwin/sec_acl.cc:1301:3: error: =E2=80=98acl_perm_t=E2=80=99 was not declared in this scope acl_perm_t mask =3D 0; ^ /home/dave/newlib-cygwin/winsup/cygwin/sec_acl.cc:1310:2: error: =E2=80=98mask=E2=80=99 was not declared in this scope mask |=3D aclbufp[idx].a_perm; ^ /home/dave/newlib-cygwin/winsup/cygwin/sec_acl.cc:1313:32: error: =E2=80=98mask=E2=80=99 was not declared in this scope aclbufp[mask_idx].a_perm =3D mask; ^ /home/dave/newlib-cygwin/winsup/cygwin/../Makefile.common:43: recipe for target 'sec_acl.o' failed make[3]: *** [sec_acl.o] Error 1 make[3]: Leaving directory '/home/dave/build/i686-pc-cygwin/winsup/cygwin' Makefile:82: recipe for target 'cygwin' failed make[2]: *** [cygwin] Error 1 make[2]: Leaving directory '/home/dave/build/i686-pc-cygwin/winsup' Makefile:8381: recipe for target 'all-target-winsup' failed make[1]: *** [all-target-winsup] Error 2 make[1]: Leaving directory '/home/dave/build' Makefile:833: recipe for target 'all' failed make: *** [all] Error 2 --------------------------------------- -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple