Hi! I updated groff, made clean, and configured.
After typing make I got: make[4]: *** No rule to make target `../build-aux/snippet/arg-nonnull.h', needed by `arg-nonnull.h'. Stop. make[2]: *** No rule to make target `../build-aux/snippet/c++defs.h', needed by `c++defs.h'. Stop. make[2]: *** No rule to make target `../build-aux/snippet/warn-on-use.h', needed by `warn-on-use.h'. Stop. In fact, the whole directory groff/src/libs/gnulib/build-aux/snippet is missing. cvs update: `src/libs/gnulib/build-aux/arg-nonnull.h' is no longer in the repository cvs update: `src/libs/gnulib/build-aux/c++defs.h' is no longer in the repository cvs update: `src/libs/gnulib/build-aux/warn-on-use.h' is no longer in the repository I created the directory and copied the files from groff/src/libs/gnulib/lib to that directory. Shouldn't the Makefile reference the files in gnulib/lib? Another problem: make[2]: ./Makefile.sub: No such file or directory make[2]: *** No rule to make target `./Makefile.sub'. Stop. make[1]: *** [src/devices/gropdf] Error 2 make: *** [all] Error 2 Looking into gropdf I discovered that it was empty. I'm building on 10.8.0 Darwin Kernel Version 10.8.0 but that shouldn't matter. Axel