Hi Ales and James, Ales Hvezda writes: > [...] > >When I try and compile CVS I'm getting this error: > > > >no -L -R'f_image.c : *' ../noweb/f_image.nw > ../src/f_image.c > >/bin/sh: no: command not found > > Hmmm. What has happened here is somehow ./configure has > decided that it cannot find noweb and it cannot use the built in noweb > mechanism to build the source code.
This 'no' is the result of running the configure script with C source files in src/ and no noweb installed (see line 331 of configure). So this is actually a bug: we want to (silently) select a tangling tool even if there are C source files. James, if you remove the source files and re-run configure it should work without having to install the full noweb, but you will then encounter the problem discussed a few weeks ago on s_encoding.nw (see http://archives.seul.org/geda/dev/Oct-2005/msg00016.html, possible temporary fix in follow-ups). Patrick
