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

build fails on systems without /dev/fd



Hi,

building zsh on FreeBSD when /dev/fd is not mounted, I get:

exec.c: In function ‘closem’:
exec.c:4372:28: error: ‘FDT_PROC_SUBST’ undeclared (first use in this function)
      (all || fdtable[i] != FDT_PROC_SUBST) &&

I wouldn't know if it's only a matter of #ifdef'ing out the "||
fdtable[i] != FDT_PROC_SUBST"

Reproduce by commenting out
#define PATH_DEV_FD
in config.h

-- 
Stephane



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