Re: 3-2-7 compilation error

Russell Kliese <[email protected]> Mon, 25 Aug 2008 11:19:43 +1000
Newsgroups gmane.comp.gcc.cgicc.general
Message-ID <[email protected]>
> mv html/index.html html/index.html.bak
> mv: cannot stat `html/index.html': No such file or directory
> make[2]: *** [html-doc] Error 1
> make[2]: Leaving directory `/websites/libraries/cgicc/cgicc-3.2.7/doc'
> make[1]: *** [stamp] Error 2
> make[1]: Leaving directory `/websites/libraries/cgicc/cgicc-3.2.7/doc'
> make: *** [all-recursive] Error 1

You could try creating the file that is trying to be moved and then type 
make again and see if compilation completes:

touch doc/html/index.html

Russell