Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh-3.1.6-dev-20



On Mar 25,  8:53am, Chmouel Boudjnah wrote:
} Subject: Re: zsh-3.1.6-dev-20
}
} i got this
} 
} yodl fatal error: file version.yo unreadable (No such file or directory)
} make: *** [zsh.texi] Error 1

version.yo is built from Config/version.mk by this code in Doc/Makefile.in:

version.yo: $(sdir_top)/Config/version.mk
	( \
	  echo 'STARTDEF()'; \
	  echo 'def(version)(0)('$(VERSION)')'; \
	  echo 'def(date)(0)('$(VERSION_DATE)')'; \
	  echo 'ENDDEF()#' | tr '#' '\\'; \
	) > $(sdir)/version.yo


You must be having some kind of configure-time problem ?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author