Hi Cyrus, thanks for your reply.. see below.. On Aug 31, 2006, at 10:04 AM, Cyrus Daboo wrote:
The xattr python package should be downlaoded by the CalendarServer/ run script. Look in the xattr directory for details.
It's there, it just doesn't build.. :( Here's the part that blows up. building 'xattr._xattr' extension cc -fno-strict-aliasing -DNDEBUG -O2 -fno-strict-aliasing -pipe - D__wchar_t=wchar_t -DTHREAD_STACK_SIZE=0x20000 -fPIC -I/usr/local/ include/python2.4 -c Modules/xattr/_xattr.c -o build/temp.freebsd-6.1- STABLE-i386-2.4/Modules/xattr/_xattr.o Modules/xattr/_xattr.c:2:23: sys/xattr.h: No such file or directory Modules/xattr/_xattr.c: In function `xattr_setxattr': Modules/xattr/_xattr.c:28: error: `XATTR_CREATE' undeclared (first use in this function) Modules/xattr/_xattr.c:28: error: (Each undeclared identifier is reported only once Modules/xattr/_xattr.c:28: error: for each function it appears in.) Modules/xattr/_xattr.c:30: error: `XATTR_REPLACE' undeclared (first use in this function) Modules/xattr/_xattr.c: In function `xattr_fsetxattr': Modules/xattr/_xattr.c:83: error: `XATTR_CREATE' undeclared (first use in this function) Modules/xattr/_xattr.c:85: error: `XATTR_REPLACE' undeclared (first use in this function) error: command 'cc' failed with exit status 1 Any ideas? Thanks, Christian