Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple errors after "make" rsync-3.1.3 in cygwin #35

Open
xducker opened this issue Aug 12, 2023 · 0 comments
Open

Multiple errors after "make" rsync-3.1.3 in cygwin #35

xducker opened this issue Aug 12, 2023 · 0 comments

Comments

@xducker
Copy link

xducker commented Aug 12, 2023

 /rsync-3.1.3
$ make
gcc -I. -I. -I./zlib -I./popt -g -O2 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter  -c acls.c -o acls.o
In file included from acls.c:23:
lib/sysacls.h:118:20: error: array type has incomplete element type ‘struct acl’
  118 |         struct acl acl[1];
      |                    ^~~
acls.c: In function ‘unpack_smb_acl’:
lib/sysacls.h:108:33: error: ‘USER_OBJ’ undeclared (first use in this function); did you mean ‘ACL_USER_OBJ’?
  108 | #define SMB_ACL_USER_OBJ        USER_OBJ
      |                                 ^~~~~~~~
acls.c:286:22: note: in expansion of macro ‘SMB_ACL_USER_OBJ’
  286 |                 case SMB_ACL_USER_OBJ:
      |                      ^~~~~~~~~~~~~~~~
lib/sysacls.h:108:33: note: each undeclared identifier is reported only once for each function it appears in
  108 | #define SMB_ACL_USER_OBJ        USER_OBJ
      |                                 ^~~~~~~~
acls.c:286:22: note: in expansion of macro ‘SMB_ACL_USER_OBJ’
  286 |                 case SMB_ACL_USER_OBJ:
      |                      ^~~~~~~~~~~~~~~~

and so on... What do I do? I need to install this version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant