You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by EUnkyung Cho <ek...@pec.etri.re.kr> on 1997/04/03 11:10:01 UTC

os-solaris/308: complie error

	The contract type is `' with a response time of 3 business hours.
	A first analysis should be sent before: Thu Apr 03 11:00:01 PST 1997


>Number:         308
>Category:       os-solaris
>Synopsis:       complie error
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Thu Apr  3 01:10:01 1997
>Originator:     ekcho@pec.etri.re.kr
>Organization:
apache
>Release:        1.1.3
>Environment:
Solaris 2.5, SC4.0 C compiler of Sunsoft
>Description:
security% make
cc -c -O2 -DSOLARIS2 alloc.c
"alloc.c", line 406: va_start: argument mismatch
"alloc.c", line 420: va_start: argument mismatch
cc -c -O2 -DSOLARIS2 http_main.c
cc -c -O2 -DSOLARIS2 http_core.c
cc -c -O2 -DSOLARIS2 http_config.c
cc -c -O2 -DSOLARIS2 http_request.c
cc -c -O2 -DSOLARIS2 http_log.c
"http_log.c", line 177: va_start: argument mismatch
"http_log.c", line 159: warning: improper pointer/integer combination: op "="
cc -c -O2 -DSOLARIS2 http_protocol.c
"http_protocol.c", line 335: major: argument mismatch
"http_protocol.c", line 335: minor: argument mismatch
"http_protocol.c", line 351: major: argument mismatch
"http_protocol.c", line 351: minor: argument mismatch
"http_protocol.c", line 352: major: argument mismatch
"http_protocol.c", line 352: minor: argument mismatch
"http_protocol.c", line 806: va_start: argument mismatch
"http_protocol.c", line 823: va_start: argument mismatch
"http_protocol.c", line 335: syntax error before or at: int
"http_protocol.c", line 351: syntax error before or at: )
"http_protocol.c", line 352: syntax error before or at: )
"http_protocol.c", line 355: cannot recover from previous errors              
>How-To-Repeat:
Just type "make" for compile
after configuration with following "Configuration" file
CC= cc
# For Solaris 2.
AUX_CFLAGS= -DSOLARIS2
AUX_LIBS= -lsocket -lnsl
>Fix:
No
>Audit-Trail:
>Unformatted: