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 2002/07/08 16:37:39 UTC

DO NOT REPLY [Bug 10554] New: - AP_DECLARE_DATA not defined in unixd.c on Solaris (gcc and cc)

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

AP_DECLARE_DATA not defined in unixd.c on Solaris (gcc and cc)

           Summary: AP_DECLARE_DATA not defined in unixd.c on Solaris (gcc
                    and cc)
           Product: Apache httpd-2.0
           Version: 2.0.32
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: nthomas@cise.ufl.edu


I'm running Solaris 8 on a Sun Ultra 80.

With both gcc 2.95.2 and Sun's native cc (Sun WorkShop 6 update 1 C 5.2
2000/09/11) Apache httpd 2.0.39 (and as of 2002-07-03 the CVS version too) fails
when it tries to compile os/unix/unixd.c.

gcc doesn't like line 100 of ap_listen.h, it says that AP_DECLARE_DATA is
undefined. (this file is included in unixd.h, which is included in unixd.c)

cc says the same thing, that the variable is undefined in ap_listen.h

If anyone would like to see make logs, etc. please let me know

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