From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19835 invoked by alias); 15 Aug 2010 16:31:25 -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: 15281 Received: (qmail 8765 invoked from network); 15 Aug 2010 16:31:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at aol.com designates 64.12.143.152 as permitted sender) Message-Id: <474DE3DB-5F98-496F-8906-88399EC24238@aol.com> From: Kanny To: zsh-users@zsh.org Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v936) Subject: Installation compiling error in builtin.c, builtin.epro Date: Sun, 15 Aug 2010 21:55:40 +0530 X-Mailer: Apple Mail (2.936) x-aol-global-disposition: S X-AOL-SCOLL-SCORE: 0:2:352281920:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d29414c68150a2328 X-AOL-IP: 122.177.79.10 Hi I am trying to install Zsh 4.3.10 on Mac OS X 10.5.8 PPC and getting =20 the following error when running "make": =3D=3D=3D=3D=3D=3D=3D=3D gcc -c -I. -DHAVE_CONFIG_H -Wall -Wmissing-prototypes -O2 -o =20 builtin.o builtin.c In file included from zsh.mdh:34, from builtin.c:33: builtin.epro:57:1: error: unterminated argument list invoking macro "_" In file included from zsh.mdh:34, from builtin.c:33: builtin.epro:11: error: syntax error before =91_=92 In file included from zsh.mdh:35, from builtin.c:33: compat.epro:5: error: syntax error before =91extern=92 In file included from zsh.mdh:61, from builtin.c:33: utils.epro:22: error: stray =91@=92 in program utils.epro:22: error: syntax error before =91{=92 token builtin.c:45: error: =91bin_test=92 undeclared here (not in a function) . . make[2]: *** [builtin.o] Error 1 make[1]: *** [modobjs] Error 2 make: *** [all] Error 1 =3D=3D=3D=3D=3D=3D=3D=3D=3D The zsh configuration is automatically set to: zsh configuration ----------------- zsh version : 4.3.10 host operating system : powerpc-apple-darwin9.8.0 source code location : . compiler : gcc preprocessor flags : executable compiler flags : -Wall -Wmissing-prototypes -O2 module compiler flags : -Wall -Wmissing-prototypes -O2 -fno-common executable linker flags : -Wl,-x -rdynamic module linker flags : -Wl,-x -bundle -flat_namespace -undefined =20= suppress library flags : -lgdbm -liconv -ldl -ltermcap -lm -lc installation basename : zsh binary install path : //bin man page install path : ${prefix}/share/man info install path : ${prefix}/share/info functions install path : ${prefix}/share/zsh/4.3.10/functions --------------- It appears there is some syntax error in builtin.epro leading to =20 unrecognized bin_*** functions. The same error occurs when trying to =20= compile zsh 4.3.9. Currently I have zsh 4.3.4 running well on my Mac =20 with of course those completion bugs. Any help on how to fix this error would be appreciated. Thanks