From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20665 invoked by alias); 10 Jan 2014 23:55:53 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 18309 Received: (qmail 22413 invoked from network); 10 Jan 2014 23:55:46 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <140110155525.ZM21199@torch.brasslantern.com> Date: Fri, 10 Jan 2014 15:55:25 -0800 In-reply-to: <52D06EA2.1080100@bernd-steinhauser.de> Comments: In reply to Bernd Steinhauser "Compilation failure for zsh-5.0.5" (Jan 10, 11:05pm) References: <52D06EA2.1080100@bernd-steinhauser.de> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-users@zsh.org Subject: Re: Compilation failure for zsh-5.0.5 MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Jan 10, 11:05pm, Bernd Steinhauser wrote: } } In file included from /usr/include/sys/capability.h:30:0, } from ../../Src/zsh_system.h:510, } from ../../Src/zsh.mdh:17, } from attr.mdh:17, } from attr.c:30: } /usr/include/sys/xattr.h:31:3: error: expected identifier before numeric constant } XATTR_CREATE = 1, /* set value, fail if attr already exists. */ } ^ } [...] } } The used glibc version is 2.17. Anyone can help? That error is coming from a system-level header file ... we need to know not just the glibc version, but the compiler and also operating system you are compiling on, whether you're cross-compiling for something else, etc. Even then our ability to help will be determined by whether we have a similar platform to try out.