On Mon 17 Jan 2011 10:47, Hans Aberg <[email protected]> writes: > After first making (& installing) Guile from GIT, > make pdf > make clean > make pdf > failed. It seems 'clean' also removes a file 'standard-library.texi', > which is needed for 'make pdf'. It is in the guile-1.9.14 distribution, > so it is not a file generated by 'make'.
It is actually generated by make. Run "make" between "make clean" and "make pdf", and things will work. I realize it's not that great of a solution, but that's the situation for now. Andy -- http://wingolog.org/
