Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
- X-seq: zsh-workers 14118
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxx>
- Subject: Re: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
- Date: Thu, 26 Apr 2001 14:35:26 +0000
- In-reply-to: <000d01c0ce51$a48709c0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <000d01c0ce51$a48709c0$21c9ca95@xxxxxxxxxxxxxx>
On Apr 26, 5:06pm, Andrej Borsenkow wrote:
} Subject: Or on ReliantUNIX ... RE: Make Failure on SunOS-4.1 (correction)
}
} >
} > Yes, that did it. With this patch, zsh from the latest CVS sources
} > builds and runs on SunOS-4.1.
}
} Now it's my turn:
}
} gmake[3]: Entering directory `/u3/u1/build/zsh/Src/Modules'
} cc -c -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LONGLONG -Kll64 -DHAVE
} _CONFIG_H -DMODULE -g -Kpic -o termcap..o /tools/src/zsh/Src/Modules/termcap.c
} /tools/src/zsh/Src/Modules/termcap.c 321: [error]: CFE1020 identifier
} "boolcodes" is undefined
} for (capcode = (char **)boolcodes; *capcode; capcode++) {
} ^
}
} Before this patch it compiled O.K.
I think I know why. Try the patch as I committed it just now, rather than
as it was sent to the list. (I forgot to #include config.h before testing
HAVE_TGETENT, but for Vin's system that didn't matter because it wasn't
defined anyway.)
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author