DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29985>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29985

poll depreciated in OS X 10.3 and incorrectly detected by configure script

           Summary: poll depreciated in OS X 10.3 and incorrectly detected
                    by configure script
           Product: Apache httpd-2.0
           Version: 2.0.49
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


According to the 10.2 man pages, "poll" is depreciated (as of 10.2) and the 
header does not seem to 
exist at all in 10.3. However, the httpd-2.0.50 (sorry, not option for 50 above 
so I chose 49) configure 
script does not detect this and, as a result, compiling 
srclib/apr/poll/unix/poll.c fails. If you "undef 
HAVE_POLL" just before it is first "ifdef"d everything seems to then compile 
fine :)

Just for info, the configure script says this about poll:
checking for poll... yes
checking poll.h usability... no
checking poll.h presence... no
checking for poll.h... no
checking sys/poll.h usability... no
checking sys/poll.h presence... no
checking for sys/poll.h... no
checking for POLLIN in poll.h sys/poll.h... no

but it still defines HAVE_POLL

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to