zsh-workers
 help / color / mirror / code / Atom feed
* zcompile for Builtins fails
@ 2000-11-27 12:38 Andrej Borsenkow
  2000-11-27 16:37 ` PATCH: _zstyle typo (Re: zcompile for Builtins fails) Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Andrej Borsenkow @ 2000-11-27 12:38 UTC (permalink / raw)
  To: ZSH workers mailing list

For some reason after installing latest CVS zrecompile fails. All tests
passed. I'm using:

cd /tools/share/zsh/${ZSH_VERSION#zsh-}/functions
autoload -U zrecompile
for i in *(/); do
zrecompile -p -- $i.zwc $i/*
chmod 644 $i.zwc
done

Zsh is configured with:

/tools/src/zsh/configure --prefix=/tools --enable-zsh-debug --enable-function-
subdirs --enable-libs=-lg

And I get:

re-compiling Builtins.zwc: failed
chmod: Cannot access Builtins.zwc: No such file or directory
bor@itsrm2%

for Builtins only. All other subdirs are O.K.

-andrej

Have a nice DOS!
B >>


^ permalink raw reply	[flat|nested] 2+ messages in thread

* PATCH: _zstyle typo (Re: zcompile for Builtins fails)
  2000-11-27 12:38 zcompile for Builtins fails Andrej Borsenkow
@ 2000-11-27 16:37 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2000-11-27 16:37 UTC (permalink / raw)
  To: ZSH workers mailing list

On Nov 27,  3:38pm, Andrej Borsenkow wrote:
} Subject: zcompile for Builtins fails
}
} re-compiling Builtins.zwc: failed

zagzig[510] zcompile Builtins.zwc Builtins/*
zsh: unmatched '
zcompile: can't read file: Builtins/_zstyle

diff -ru common/Completion/Builtins/_zstyle current/Completion/Builtins/_zstyle
--- common/Completion/Builtins/_zstyle	Wed Nov  8 09:22:03 2000
+++ current/Completion/Builtins/_zstyle	Mon Nov 27 08:34:10 2000
@@ -294,7 +294,7 @@
       ;;
 
     insunambig) 
-      _wanted values expl 'insert unambiguous string compadd true false pattern
+      _wanted values expl 'insert unambiguous string' compadd true false pattern
       ;;
 
     urgh) 

-- 
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   


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-11-27 16:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-27 12:38 zcompile for Builtins fails Andrej Borsenkow
2000-11-27 16:37 ` PATCH: _zstyle typo (Re: zcompile for Builtins fails) Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).