You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/03/10 22:05:06 UTC

apache compilation (fwd)

this is the first "md5" problem report. It could be ye olde HPUX bung^Hdled
CC, or perhaps a more general problem.

not acked.

--
Rob Hartill   Internet Movie Database (Ltd)
http://us.imdb.com/Oscars/oscars_1996 -  hype free Oscars (R) info.
http://us.imdb.com/usr/sweepstake     -  Win a 56k X2 modem. Free draw.

---------- Forwarded message ----------
Date: Mon, 10 Mar 1997 17:11:10 GMT
From: Yves Meyerfeld <me...@aero.obs-mip.fr>
To: apache-bugs@apache.org
Subject: apache compilation

Could you please help me . Here are the results of apache_1.2b6 compilation
on a HPUX 9 system .
Thanks

   -DHPUX   alloc.c
cc -c    -DHPUX   http_main.c
cc -c    -DHPUX   http_core.c
cc -c    -DHPUX   http_config.c
cc -c    -DHPUX   http_request.c
http_request.c: 183: warning- undefined preprocessor directive
cc -c    -DHPUX   http_log.c
cc -c    -DHPUX   http_protocol.c
cc -c    -DHPUX   rfc1413.c
cc -c    -DHPUX   util.c
cc -c    -DHPUX   util_script.c
cc -c    -DHPUX   modules.c
cc -c    -DHPUX   buff.c
cc -c    -DHPUX   md5c.c
cc: "md5.h", line 96: error 1000: Unexpected symbol: "*".
cc: "md5.h", line 96: error 1705: Function prototypes are an ANSI feature.
cc: "md5.h", line 96: error 1573: Type of "context" is undefined.
cc: "md5.h", line 97: error 1000: Unexpected symbol: "*".
cc: "md5.h", line 97: warning 5: "const" will become a keyword.
cc: "md5.h", line 97: error 1000: Unexpected symbol: "unsigned".
cc: "md5.h", line 97: error 1705: Function prototypes are an ANSI feature.
cc: "md5.h", line 99: error 1000: Unexpected symbol: "MD5_CTX".
cc: "md5c.c", line 110: warning 5: "const" will become a keyword.
cc: "md5.h", line 99: error 1705: Function prototypes are an ANSI feature.
cc: "md5.h", line 99: error 1573: Type of "context" is undefined.
cc: "md5c.c", line 110: error 1000: Unexpected symbol: "state".
--------------------------------------------------
Yves MEYERFELD
Laboratoire d'Aérologie (UMR CNRS/UPS 5560)
Observatoire Midi-Pyrénées
14, avenue Edouard Belin 31400 Toulouse, FRANCE
Tél: (33)(0)5 61 33 27 31  Fax: (33)(0)5 61 33 27 90
E-Mail: meyy@aero.obs-mip.fr
---------------------------------------------------




Re: apache compilation (fwd)

Posted by Alexei Kosut <ak...@nueva.pvt.k12.ca.us>.
On Mon, 10 Mar 1997, Rob Hartill wrote:

> this is the first "md5" problem report. It could be ye olde HPUX bung^Hdled
> CC, or perhaps a more general problem.

"Function prototypes are an ANSI feature" - this doesn't exactly sound
like the hallmark of a modern C compiler to me. I'd bet on the bundled
cc; I've compiled Apache on HP-UX 9.04 with gcc for years, and I've
never heard of any problems with the MD5 code before.

-- 
________________________________________________________________________
Alexei Kosut <ak...@nueva.pvt.k12.ca.us>      The Apache HTTP Server
URL: http://www.nueva.pvt.k12.ca.us/~akosut/   http://www.apache.org/