Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
AIX compile problem (Re: 3.1.6-bart-7)
- X-seq: zsh-workers 8323
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: AIX compile problem (Re: 3.1.6-bart-7)
- Date: Mon, 18 Oct 1999 16:42:34 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <991016212429.ZM15954@xxxxxxxxxxxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author