Hi, while building latest rcs revision we encountered a problem with gnulib. The build fails with
building save-cwd.o gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -g -O2 -c -o save-cwd.o save-cwd.c save-cwd.c:33:21: fatal error: xgetcwd.h: No such file or directory compilation terminated. make[3]: *** [save-cwd.o] Error 1 (see also http://hydra.nixos.org/build/855203/nixlog/1 ) This seems to be related to the following commit(s): http://git.savannah.gnu.org/cgit/gnulib.git/diff/?id=2392b18099a64ffb7aa2cf4fa3c81da96d2a5fc1&id2=03dd3ccd9a02d8406571243b74c6afb08f90ba2b Removing the xgetcwd.h include from ./lib/save-cwd.c solved the issue for me on my local machine. greetings, Rob -- Rob Vermaas [email] rob.verm...@gmail.com