chiggsy wrote:
Hello all, I am having a problem building apr on darwin.
I am using : darwin 7.0.0 gcc 3.3 and here is the error i get :
poll.c: In function `apr_poll': poll.c:126: error: storage size of `pollset' isn't known
Does configure think it has found poll() but not poll.h?
On darwin 6.6 there is no poll.h and no poll() either
% grep POLL include/arch/unix/apr_private.h /* #undef HAVE_POLL */ /* Define if POLLIN is defined */ /* #undef HAVE_POLLIN */ /* #undef HAVE_POLL_H */ /* #undef HAVE_SYS_POLL_H */
