On Sat, 10 Dec 2005 13:22:55 UTC, "Paul Smedley" <[EMAIL PROTECTED]> wrote:
> Hi All, > Wondering if anyone has some tips on why Apache2 is failing in apr on > OS/2. > > Apache2 2.0.55 is ok with minor tweaks - but obviously the apr > included in Apache2 2.2.0 introduces some functions that break things: > > I'm getting: > support/unix/waitio.c: In function `apr_wait_for_io_or_timeout': > support/unix/waitio.c:80: error: structure has no member named > `pollset' > support/unix/waitio.c:82: error: structure has no member named > `pollset' > support/unix/waitio.c:86: error: structure has no member named > `pollset' > gcc -Zmt -D__EMX__ -DOS2 -Zomf -DTCPV40HDRS -D__ST_MT_ERRNO__ -O2 > -DHAVE_CONFIG_ > H -DOS2 -I./include -IE:/dev/httpd-2.2.0/srclib/apr/include/arch/os2 > -I./include > /arch/unix -IE:/dev/httpd-2.2.0/srclib/apr/include -o > support/unix/waitio.o -c s > upport/unix/waitio.c -Zomf > make.exe[3]: *** [support/unix/waitio.lo] Error 1 > make.exe[3]: Leaving directory `E:/dev/httpd-2.2.0/srclib/apr' > > Any ideas? OK as usual - just after a post I work out why.... /include/arch/os2/apr_arch_file_io.h didn't include pollset in struct apr_file_t -- Cheers, Paul.
