anyone built python for HP-UX 9.03?

Kenneth Hinckley (kph2q@ash.cs.virginia.edu)
Sat, 5 Feb 94 17:17:35 EST

The python make file fails on my HP755 running HP-UX 9.03. Probably
there is something dumb I am doing that I missed in the readme file...

Anyone know what's wrong / how to fix it? I figured I'd ask before I
waste an evening messing with it.

Ken

cc -O -I./../Include -I.. -DHAVE_CONFIG_H -c modsupport.c
cc: "modsupport.c", line 264: error 1000: Unexpected symbol: "*".
cc: "modsupport.c", line 272: error 1000: Unexpected symbol: "va".
cc: "modsupport.c", line 264: error 1705: Function prototypes are an ANSI featur
e.
cc: "modsupport.c", line 264: error 1573: Type of "arg" is undefined.
cc: "modsupport.c", line 264: error 1711: Inconsistent parameter list declaratio
n for "getargs".
cc: "modsupport.c", line 275: error 1588: "va" undefined.
cc: "modsupport.c", line 286: error 1563: Expression in if must be scalar.
cc: "modsupport.c", line 522: error 1705: Function prototypes are an ANSI featur
e.
cc: "modsupport.c", line 522: error 1711: Inconsistent parameter list declaratio
n for "mkvalue".
*** Error code 1

Stop.
*** Error code 1

Stop.