From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23210 invoked from network); 18 Feb 2005 22:01:41 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 18 Feb 2005 22:01:41 -0000 Received: (qmail 87296 invoked from network); 18 Feb 2005 22:01:36 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 18 Feb 2005 22:01:36 -0000 Received: (qmail 6689 invoked by alias); 18 Feb 2005 22:01:31 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 20830 Received: (qmail 6673 invoked from network); 18 Feb 2005 22:01:30 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 18 Feb 2005 22:01:30 -0000 Received: (qmail 87015 invoked from network); 18 Feb 2005 22:01:30 -0000 Received: from out003pub.verizon.net (HELO out003.verizon.net) (206.46.170.103) by a.mx.sunsite.dk with SMTP; 18 Feb 2005 22:01:19 -0000 Received: from candle.brasslantern.com ([4.11.10.129]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050218220117.RCWV18160.out003.verizon.net@candle.brasslantern.com> for ; Fri, 18 Feb 2005 16:01:17 -0600 Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j1IM1CxQ020885 for ; Fri, 18 Feb 2005 14:01:12 -0800 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j1IM1BNY020884 for zsh-workers@sunsite.dk; Fri, 18 Feb 2005 14:01:11 -0800 From: Bart Schaefer Message-Id: <1050218220111.ZM20883@candle.brasslantern.com> Date: Fri, 18 Feb 2005 22:01:11 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: Latest CVS + ZLE_UNICODE_SUPPORT on RHEL3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [4.11.10.129] at Fri, 18 Feb 2005 16:01:13 -0600 X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 I tried defining ZLE_UNICODE_SUPPORT and building on RHEL3 (really CentOS, but that shouldn't matter) and the build died on a syntax error in zle.h (apparently the "int_t" typedef does not exist?). In file included from ../../Src/Zle/zle.mdh:18, from ../../Src/Zle/complete.mdh:15, from zutil.mdh:15, from zutil.c:30: ../../Src/Zle/zle.h:33: syntax error before "ZLE_INT_T" ../../Src/Zle/zle.h:33: warning: type defaults to `int' in declaration of `ZLE_INT_T' ../../Src/Zle/zle.h:33: warning: data definition has no type or storage class In file included from ../../Src/Zle/zle.mdh:33, from ../../Src/Zle/complete.mdh:15, from zutil.mdh:15, from zutil.c:30: ../../Src/Zle/zle_main.epro:14: syntax error before "lastchar_wide" ../../Src/Zle/zle_main.epro:14: warning: type defaults to `int' in declaration of `lastchar_wide' ../../Src/Zle/zle_main.epro:14: warning: data definition has no type or storage class ../../Src/Zle/zle_main.epro:38: syntax error before "getfullchar" ../../Src/Zle/zle_main.epro:38: warning: type defaults to `int' in declaration of `getfullchar' ../../Src/Zle/zle_main.epro:38: warning: data definition has no type or storage class ../../Src/Zle/zle_main.epro:40: syntax error before "getrestchar" ../../Src/Zle/zle_main.epro:40: warning: type defaults to `int' in declaration of `getrestchar' ../../Src/Zle/zle_main.epro:40: warning: data definition has no type or storage class In file included from ../../Src/Zle/zle.mdh:41, from ../../Src/Zle/complete.mdh:15, from zutil.mdh:15, from zutil.c:30: ../../Src/Zle/zle_vi.epro:13: syntax error before "vigetkey" ../../Src/Zle/zle_vi.epro:13: warning: type defaults to `int' in declaration of `vigetkey' ../../Src/Zle/zle_vi.epro:13: warning: data definition has no type or storage class (P.S. I'm about to be incommunicado for the next week or so. As in, this is probably my last message for a while.)