From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19165 invoked from network); 30 Oct 2008 09:52:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 30 Oct 2008 09:52:39 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 18235 invoked from network); 30 Oct 2008 09:52:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 30 Oct 2008 09:52:32 -0000 Received: (qmail 22709 invoked by alias); 30 Oct 2008 09:52:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25950 Received: (qmail 22693 invoked from network); 30 Oct 2008 09:52:23 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 30 Oct 2008 09:52:23 -0000 Received: from cluster-g.mailcontrol.com (cluster-g.mailcontrol.com [208.87.233.190]) by bifrost.dotsrc.org (Postfix) with ESMTPS id AD98280524C0 for ; Thu, 30 Oct 2008 10:52:19 +0100 (CET) Received: from rly11g.srv.mailcontrol.com (localhost.localdomain [127.0.0.1]) by rly11g.srv.mailcontrol.com (MailControl) with ESMTP id m9U9qAkw024669 for ; Thu, 30 Oct 2008 09:52:10 GMT Received: from submission.mailcontrol.com (submission.mailcontrol.com [86.111.216.190]) by rly11g.srv.mailcontrol.com (MailControl) id m9U9pWPE023117 for zsh-workers@sunsite.dk; Thu, 30 Oct 2008 09:51:32 GMT Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly11g-eth0.srv.mailcontrol.com (envelope-sender Peter.Stephenson@csr.com) (MIMEDefang) with ESMTP id m9U9pRJk022765; Thu, 30 Oct 2008 09:51:31 +0000 (GMT) Received: from news01.csr.com ([10.103.143.38]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Thu, 30 Oct 2008 09:51:25 +0000 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.14.2/8.13.4) with ESMTP id m9U9pKdx024173; Thu, 30 Oct 2008 09:51:20 GMT Received: from csr.com (pws@localhost) by news01.csr.com (8.14.2/8.14.2/Submit) with ESMTP id m9U9pKqn024170; Thu, 30 Oct 2008 09:51:20 GMT Message-Id: <200810300951.m9U9pKqn024170@news01.csr.com> X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: Elbert Pol , zsh-workers@sunsite.dk (Zsh hackers list) Subject: Re: Zsh 4.38 In-reply-to: <4908C6B8.3080400@chell.nl> References: <4908C6B8.3080400@chell.nl> Date: Thu, 30 Oct 2008 09:51:20 +0000 From: Peter Stephenson X-OriginalArrivalTime: 30 Oct 2008 09:51:25.0343 (UTC) FILETIME=[128AA2F0:01C93A75] X-Scanned-By: MailControl A-08-50-15 (www.mailcontrol.com) on 10.71.1.121 X-Virus-Scanned: ClamAV 0.92.1/8541/Thu Oct 30 03:54:28 2008 on bifrost X-Virus-Status: Clean Elbert Pol wrote: > I tried today to port Zsh to os/2 > I run ./configure and @ the end i see this error. Please could you send this sort of message to zsh-workers@sunsite.dk so anyone else can comment on the problem. Thanks. > zsh configuration > ----------------- > zsh version : 4.3.8 > host operating system : i386-pc-os2-emx > source code location : . > compiler : gcc > preprocessor flags : > executable compiler flags : -D__EMX__ -DOS2 -D__ST_MT_ERRNO__ -O3 > -mtune=pentiu > m3 > executable linker flags : -Zexe -Zomf -Zmap -Zargs-wild -Zbin-files > -D__ST_MT_ > ERRNO__ -s -rdynamic > library flags : -lgdbm -lsocket -ldl -lncurses -lm -lc > installation basename : zsh > binary install path : /Zsh438/bin > man page install path : ${prefix}/share/man > info install path : ${prefix}/share/info > functions install path : ${prefix}/share/zsh/4.3.8/functions > See config.modules for installed modules and functions. > > ./configure.lineno: 21259: Syntax error: word unexpected (expecting ")") > > Any ideas? I think this might be just a cosmetic problem outputting the information and configure actually ran OK apart from that. I have no idea how much luck you will have with the main compilation. Index: configure.ac =================================================================== RCS file: /cvsroot/zsh/zsh/configure.ac,v retrieving revision 1.109 diff -u -r1.109 configure.ac --- configure.ac 10 Oct 2008 16:32:28 -0000 1.109 +++ configure.ac 30 Oct 2008 09:49:23 -0000 @@ -2919,13 +2919,13 @@ compiler : ${CC} preprocessor flags : ${CPPFLAGS} executable compiler flags : ${CFLAGS}" -if test "$dynamic" = yes; then +if test "x$dynamic" = yes; then echo "\ module compiler flags : ${CFLAGS} ${DLCFLAGS}" fi echo "\ executable linker flags : ${LDFLAGS} ${EXELDFLAGS} ${EXTRA_LDFLAGS}" -if test "$dynamic" = yes; then +if test "x$dynamic" = yes; then echo "\ module linker flags : ${LDFLAGS} ${LIBLDFLAGS} ${DLLDFLAGS}" fi -- Peter Stephenson Software Engineer CSR PLC, Churchill House, Cambridge Business Park, Cowley Road Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070