[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA: CVS compile problem



Hi,

>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.  Please install noweb (either via
a package from your Linux distributio or use the tarball at:

http://geda.seul.org/devel/support/noweb-2.10a.tar.gz

)
	Make very sure that you do a make maint   at the toplevel or
make maintainer in each subdirectory after updating from CVS (or just
checkout clean every time).

								-Ales