| > This happens after make:
> htscore.c: In function `structcheck_init':
> htscore.c:3146: warning: excess elements in struct
initializer after `cKey'
The compiler can't reserve 65Kelements in the static
structure - try to upgrade your GCC version, this should do
the trick (other folks successfully compiled on various
netbsd/freebsd/openbsd systems, I suppose there isn't any
real problem here)
| |