public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: David Lee <mailtolky@gmail.com>
To: cygwin@cygwin.com
Subject: acl_perm_t not declared error while compiling cygwin
Date: Thu, 07 Jan 2016 02:52:00 -0000	[thread overview]
Message-ID: <CALiPeu=91W+kWfwdxCzFj7OR6WLZwwWZvPJFA8-t_7A27StCNQ@mail.gmail.com> (raw)

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

             reply	other threads:[~2016-01-07  2:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-07  2:52 David Lee [this message]
2016-01-07 12:44 ` Corinna Vinschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALiPeu=91W+kWfwdxCzFj7OR6WLZwwWZvPJFA8-t_7A27StCNQ@mail.gmail.com' \
    --to=mailtolky@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).