Displaying 3 results from an estimated 3 matches for "the_acl".
2001 Sep 19
2
--with-acl-support
Dear Andrew Tridgell,
i cant compile the 2.2.1-9 package
--with-acl-support, beacuse
HAVE_SYS_ACL_H has wrong settings somewhere.
i cant fix the bug,
i just comment out the #ifdef HAVE_SYS_ACL_H line
in the source/include/includes.h
for a (i hope) good compilation.
i use acl 1.1.2 from sgi,
and the latest debian woody packages.
Regards.
Imre Szollosi
mailto:szollosi@elme.hu
2002 Nov 23
1
2.2.7 compile error using --with-acl-support on debian
...rror before `acl_tag_t'
In file included from include/includes.h:677,
from smbd/server.c:22:
include/smb.h:480: field `vfs_ops' has incomplete type
In file included from include/includes.h:737,
from smbd/server.c:22:
include/proto.h:211: parse error before `the_acl'
include/proto.h:212: parse error before `entry_d'
include/proto.h:213: parse error before `entry_d'
include/proto.h:214: parse error before `entry_d'
include/proto.h:215: parse error before `sys_acl_get_file'
include/proto.h:215: parse error before `acl_type_t'
include/prot...
2003 Dec 01
0
No subject
...?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
When compiling samba ACL support I get the following error:
---start of quote---
Compiling smbd/server.c
In file included from include\includes.h:740
from smbd/server.c:22:
Include/proto.h:209 parse error before 'the_acl'
---end of quote---
This goes on for a few lines (about 50 lines of simillar errors) and
then the make exists...on the error.
I m using the 2.4-xfs kernel from sgi's cvs (so the actual kernel
version is 2.4.7) I ve run the xfs tests successfully. Acl.h seems to
be installed in /usr/inclu...