broken builds

Gyepi SAM gyepi at praxis-sw.com
Thu Oct 24 06:19:26 CEST 2002


On Wed, Oct 23, 2002 at 09:17:45PM -0400, David Relson wrote:
> At 09:08 PM 10/23/02, Gyepi SAM wrote:
> 
> >After updating from cvs I discovered that builds are broken.
> >
> >The debugtest variable causes auto??? to complain.
> >make the fails with:
> >
> > main.c:25:21: version.h: No such file or directory
> >
> >-Gyepi
> 
> Hi Gyepi,
> 
> I've also seen that happen.  It seems that there's something not quite 
> right about the rules for creating version.h, though I'm a bit unsure of 
> what's up.  You may need to run cvs-bootstrap.sh and configure.  Have you 
> tried that?

Yes.

Makefile.am needs to list version.h as a dependency of main.c (among others) in order for the version
file to be built, it would seem. But main.c is also listed as a dependent of version.h, and I am not sure
how make would deal with it.  For the time being, trigger the file creation manually...

-Gyepi 




More information about the bogofilter-dev mailing list