From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13043 invoked from network); 18 Oct 1999 15:43:01 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 18 Oct 1999 15:43:01 -0000 Received: (qmail 10795 invoked by alias); 18 Oct 1999 15:42:47 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8323 Received: (qmail 10779 invoked from network); 18 Oct 1999 15:42:45 -0000 Message-ID: <380B3FEA.7C9EB152@u.genie.co.uk> Date: Mon, 18 Oct 1999 16:42:34 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: zsh-workers@sunsite.auc.dk Subject: AIX compile problem (Re: 3.1.6-bart-7) References: <991016212429.ZM15954@candle.brasslantern.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Bart Schaefer wrote: > > As it's been almost a month since the last complete snapshot, and PWS is > indeterminately offline at the moment, I've made a complete distribution Brilliant, thanks. I needed the following patch in order to successfully compile on AIX 3.2.5. I'm not totally sure that this is the correct fix but the .export files don't seem to be auto-generated anywhere so I'm not sure what else would be right. Oliver Kiddle --- Src/Zle/comp1.export.bak Mon Oct 18 15:54:36 1999 +++ Src/Zle/comp1.export Mon Oct 18 15:54:32 1999 @@ -27,6 +27,7 @@ compmatchertot compnmatches compnnmatches +comp_listptr compoldlist compoldins compparameter @@ -53,9 +54,11 @@ getcpatptr incompctlfunc incompfunc +list_linesptr makecomplistcallptr makecomplistctlptr makecompparamsptr +num_matchesptr patcomps rembslash set_comp_sepptr --- Src/Zle/zle.export.bak Mon Oct 18 15:59:30 1999 +++ Src/Zle/zle.export Mon Oct 18 15:59:23 1999 @@ -23,9 +23,12 @@ getkey getkeycmd getzlequery +hasoldlist hasperm invalidatelist lastambig +lastmatches +lastlmatches lbindk linkkeymap listdat @@ -37,6 +40,8 @@ minfo newkeymap nlnct +nmatches +onlyexpl pmatches printfmt printlist --- /dev/null Mon Oct 18 14:03:17 1999 +++ Src/Zle/compctl.export Mon Oct 18 14:28:10 1999 @@ -0,0 +1,11 @@ +#! +incompfunc +compwords +compcurrent +.ignore_suffix +compprefix +compsuffix +.restrict_range +.ignore_prefix +.set_list_array +.get_user_var