On Mon, 20 Feb 2012, Marcin Błażejowski wrote:
for several days I get such error while compiling CVS code:
---
../lib/src/gretl_www.c:32:20: fatal error: build.h: No such file or directory
---
I checked the sourve and I didn't find build.h file in lib/src.
Ah, build.h is a generated file. A small fix is needed in the
Makefiles now that build.h is being included in one of the
library C files, but in the meantime here's a work-around: do
make buildstamp
in the top-level directory first.
Allin