You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Dirk.vanGulik" <Di...@jrc.it> on 1997/09/01 09:39:20 UTC

Re: os-osf/1079: some compilation problem for parameter decleration (fwd)

> What is the silly broken compiler doing?

I just tried it on a alpha here with the same compiler, and no
problems; I'll check with some different flags and see if that
gives any joy.

Dw.
 
> ---------- Forwarded message ----------
> Date: Sun, 31 Aug 1997 02:00:05 -0700 (PDT)
> From: manoj <mk...@giasbm01.vsnl.net.in>
> To: apache-bugdb@apache.org
> Cc: apache-bugdb@apache.org
> Subject: os-osf/1079: some compilation problem for parameter decleration
> 
> 
> >Number:         1079
> >Category:       os-osf
> >Synopsis:       some compilation problem for parameter decleration
> >Confidential:   no
> >Severity:       critical
> >Priority:       medium
> >Responsible:    apache (Apache HTTP Project)
> >State:          open
> >Class:          sw-bug
> >Submitter-Id:   apache
> >Arrival-Date:   Sun Aug 31 02:00:03 1997
> >Originator:     mkoshti@giasbm01.vsnl.net.in
> >Organization:
> apache
> >Release:        apache_1.1.3.tar
> >Environment:
> osf dec ver4.
> compiler cc 
> OSF1 irc.vsnl.net.in V4.0 564 alpha
> >Description:
>   util_snprintf.c
> cc: Error: util_snprintf.c, line 929: In this declaration, the type of "ap_snprintf" is n
> ot compatible with the type of a previous declaration of "ap_snprintf" at line number 643
>  in file conf.h.
> API_EXPORT(int) ap_snprintf(char *buf, size_t len, const char *format,...)
> ----------------^
> cc: Error: util_snprintf.c, line 941: In this declaration, the type of "ap_vsnprintf" is
> not compatible with the type of a previous declaration of "ap_vsnprintf" at line number 6
> 44 in file conf.h.
> API_EXPORT(int) ap_vsnprintf(char *buf, size_t len, const char *format,
> ----------------^
> *** Exit 1
> Stop.
> >How-To-Repeat:
>  util_snprintf.c
> cc: Error: util_snprintf.c, line 929: In this declaration, the type of "ap_snprintf" is n
> ot compatible with the type of a previous declaration of "ap_snprintf" at line number 643
>  in file conf.h.
> API_EXPORT(int) ap_snprintf(char *buf, size_t len, const char *format,...)
> ----------------^
> cc: Error: util_snprintf.c, line 941: In this declaration, the type of "ap_vsnprintf" is
> not compatible with the type of a previous declaration of "ap_vsnprintf" at line number 6
> 44 in file conf.h.
> API_EXPORT(int) ap_vsnprintf(char *buf, size_t len, const char *format,
> ----------------^
> *** Exit 1
> Stop.
> >Fix:
> n
> >Audit-Trail:
> >Unformatted:
> 
> 
>