DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24227>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24227 ReliantUNIX: Compilation problem, missing utime.h, struct utimbuf unknown Summary: ReliantUNIX: Compilation problem, missing utime.h, struct utimbuf unknown Product: APR Version: HEAD Platform: Other OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: APR AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] ReliantUNIX does not know about struct utimbuf without including utime.h, which leads to: /usrhome4/src/pub/apache/httpd-2.0.48/srclib/apr/libtool --silent --mode=compile cc -O -DHAVE_CONFIG_H -DSVR4 -I../../include -I../../include/arch/unix -I../../include/arch/unix -c filestat.c && touch filestat.lo filestat.c 244: [error]: CFE1070 incomplete type is not allowed struct utimbuf buf; ^ Proposed patch is to check for existence of utime.h and include it from within filestat.c Note: Must run autoconf in srclib/apr after applying the patch. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
