Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Build failures on OpenIndiana 151a



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



Messages sorted by: Reverse Date, Date, Thread, Author