X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; q=dns; s=default; b=ZG2 fE/MsXvgS+YlieQJlXh3zOMNFy5Vjwf7mQrqIAFprAgmu5NmxJqJ+dTqy41Z3RLz DQRBKu7fw3N7W/JM+2nmB4nuS25yuARPbbgkrBgaEIupwBj4wkF58YzY0kU+dnLO CEd3xpLRiWopMXcPwskxR+Uur7HceZr1hB/T5iH8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type:content-transfer-encoding; s=default; bh=qLWPHkleb 7qNNZ6Q3J+hNnwwtTA=; b=o+yJHVCV5r116qxTRw+LKSjwgpwxA2xFnub6+hE/u JkHcoIwd33boZVd0gwxqKgDsY2vizjlYztTZfg1HPbFOeAeEqTFVKUWIhAEuE36I jZTZi1MX3/KIdbJ4UQkctNkVCsOlgN6rae+l7cj3xhuuoWgptWtS2OQZ48BQ6UOd 70= 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 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 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) Date: Thu, 7 Jan 2016 10:52:48 +0800 Message-ID: Subject: acl_perm_t not declared error while compiling cygwin From: David Lee To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u072r3Bb003693 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=0 -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 ‘void __aclcalcmask(aclent_t*, int)’: /home/dave/newlib-cygwin/winsup/cygwin/sec_acl.cc:1301:3: error: ‘acl_perm_t’ was not declared in this scope acl_perm_t mask = 0; ^ /home/dave/newlib-cygwin/winsup/cygwin/sec_acl.cc:1310:2: error: ‘mask’ was not declared in this scope mask |= aclbufp[idx].a_perm; ^ /home/dave/newlib-cygwin/winsup/cygwin/sec_acl.cc:1313:32: error: ‘mask’ was not declared in this scope aclbufp[mask_idx].a_perm = 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