Hi,
thanks for the beta release.
So far I ran into these issues when trying to build it:
1. The configure script was created with autoconf-2.61, which has
a version of AC_FUNC_MKTIME that breaks with gcc 4.3.
When I regenerate configure with autoconf-2.63, which had been used
in jabberd-2.2.8, the mktime test succeeds with no noticable delay.
2. The configure script breaks, because it wants to create
tests/Makefile from tests/Makefile.in, but there is not even a
tests directory in the tarball.
To work around this, I cerated tests/Makefile.in as an empty file.
3. In storage/authreg_ldapfull.c, _XOPEN_SOURCE needs to be defined
as 500 or gcc (4.3.2) complains about an incompatible implicit
prototype for snprintf().
I wonder if it would make sense to #define _GNU_SOURCE at some
global place so that all source files pick it up, because a number
of them already define _GNU_SOURCE or _XOPEN_SOURCE privately to
get certain prototypes or macros.
Building the RPM works now, but I have not yet done any runtime tests.
cu
Reinhard
--
To unsubscribe send a mail to [email protected]