Daniel B Krech <dkrech(a)eJungle.com> writes:
I am building xemacs under i386-pc-cygwin32 with success!! But
remember
reading something about needing a certain version of makeinfo to generate
info files. Does such a version exist somewhere?
ftp://prep.ai.mit.edu/pub/gnu/
cd /openSource/xemacs-20/man && make --unix CC='gcc'
CFLAGS='-g -O2 -Wall -Wno-switch' LDFLAGS='' CPPFLAGS='' info
makeinfo cl.texi -o ../info/cl.info
makeinfo: permission denied
If this was a Unix system, I'd say you probably don't have write
permission in the info/ directory, or perhaps do not have permission
to execute the `makeinfo' binary.