You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2004/12/07 10:51:38 UTC

DO NOT REPLY [Bug 32552] - parse errors with os.c

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=32552>.
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=32552





------- Additional Comments From trawick@apache.org  2004-12-07 10:51 -------
>In file included from ../../include/ap_config.h:1064,
>                from os.c:21:
>/usr/include/sys/socket.h:483: error: parse error before "sendfile"
>/usr/include/sys/socket.h:483: error: parse error before "bsize_t"
>/usr/include/sys/socket.h:485: error: parse error before "sendpath"
>/usr/include/sys/socket.h:485: error: parse error before "bsize_t"

This is apparently choking on sbsize_t and bsize_t, both of which are defined in
<sys/types.h>.

Can you check your gcc installation for a version of sys/types.h which does not
define bsize_t or sbsize_t?  On some platforms, gcc has its own copy of some of
the system header files, and compilation failures can occur if system header
files are later updated.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org