From: Kir Kolyshkin (no email)
Date: Thu Jan 03 2002 - 13:05:48 EST
Adam Gregoire wrote:
>
> Yes this is gcc 3.1 cvs from redhat rawhide ..
>
> there are no SIZEOF declarations in aspseek-cfg.h below is from
> configure.
>
> checking for char... yes
> checking size of char... 1
> checking for short int... yes
> checking size of short int... 2
> checking for int... yes
> checking size of int... 4
> checking for long int... yes
> checking size of long int... 4
> checking for void *... yes
> checking size of void *... 4
>
> also note that aspseek-cfg.h.in is missing from CVS and i copy it over
> from the 1.2.7 distro before running cvsprep.
And this was the root of the problem.
include/aspseek-cfg.h.in is created from acconfig.h by autoheader
(there is even a note about it at the top of aspseek-cfg.h.in)
autoheader is executed by cvsprep.
You should:
1. remove include/aspseek-cfg.h*
2. run autoheader
3. re-run configure with your favourite options
>
> Adam Gregoire
>
> On Thu, 2002-01-03 at 03:35, Kir Kolyshkin wrote:
> > Is this RawHide from RedHat?
> >
> > Can you look into include/aspseek-cfg.h and see how SIZEOF_* are defined?
> >
-- ICQ 7551596 Phone +7 903 6722750 Hard work may not kill you, but why take chances? --
|
|
|