From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3150 invoked by alias); 15 Oct 2011 21:21:56 -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: 16488 Received: (qmail 29576 invoked from network); 15 Oct 2011 21:21:52 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at myrkraverk.com does not designate permitted sender hosts) MIME-Version: 1.0 Date: Sat, 15 Oct 2011 21:15:44 +0000 Message-ID: Subject: Build failures on OpenIndiana 151a From: "Johann 'Myrkraverk' Oskarsson" To: Zsh Users Content-Type: text/plain; charset=ISO-8859-1 Hi all, I get the following error (and lots like it) when I try to build zsh, both 4.3.13 and 4.2.7 on OpenIndiana build 151a. gmake[2]: Entering directory `/home/johann/build/zsh-4.3.12/Src' cc -c -I. -I../Src -I../Src -I../Src/Zle -I. -I/usr/include/pcre -DHAVE_CONFIG_H -m64 -o builtin.o builtin.c "builtin.epro", line 26: invalid source character: '@' "builtin.epro", line 26: syntax error before or at: { Sometimes, and not always, the @{ is not changed to _(( as it should be. For those few lines it works to change them manually. There are also @! to , and I think @> to )) errors. What is wrong in the build system? I'm sure it's a "bug" in OI but since I'm not well versed in shell and build scripts I don't know where to check really. If possible I'd like to find the faulty component in OI and fix it. Johann