[tlbuild] build failure: libs/zziplib/zziplib-0.13.58/zzip/stat.c needs #include <strings.h> for strcasecmp
Taco Hoekwater
taco at elvenkind.com
Fri May 28 09:52:47 CEST 2010
Hi again,
Karl Berry wrote:
> #ifndef HAVE_STRCASECMP
> #include <strings.h>
> #endif
>
> I fear pulling in incompatible declarations. But it seems there is no
> reasonable alternative, so let's try it.
I looked at this a bit more, and I think the best solution is to add
#if defined(_AIX)
#include <strings.h>
#endif
to the end of zziplib-0.13.58/zzip/conf.h
Because I do not quite understand how the -PATCHES approach works, I
have not done an actual commit. Peter, can you explain how that local
TL patch setup is to be used?
Best wishes,
Taco
More information about the tlbuild
mailing list