D
Daniel Berger
Hi all,
djberge@td191> uname -a
HP-UX td191 B.11.31 U 9000/800 3397116299 unlimited-user license
djberge@td191> what `which cc`
/usr/bin/cc:
$Revision: 92453-07 linker linker crt0.o B.11.53 060807 $
LINT B.11.X.36086-36089-36092.GP CXREF B.11.X.
36086-36089-36092.GP
HP92453-01 B.11.X.36086-36089-36092.GP HP C Compiler
$ PATCH/11.00
HCO_27774 Oct 3 2002 09:45:59 $
djberge@td191> echo $CC
cc -Ae -s
When I try to build Ruby 1.8.6 I get this:
cc -Ae -s -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I. -c parse.c
cc: "parse.y", line 4446: warning 527: Integral value implicitly
converted to pointer in assignment.
cc: "parse.y", line 4449: error 1530: Undefined struct or union.
cc: "parse.y", line 4451: error 1530: Undefined struct or union.
cc: "parse.y", line 4451: warning 563: Argument #1 is not the correct
type.
cc: "parse.y", line 4452: error 1530: Undefined struct or union.
cc: "parse.y", line 4454: error 1530: Undefined struct or union.
cc: "parse.y", line 4454: error 1563: Expression in if must be scalar.
cc: "parse.y", line 4464: error 1530: Undefined struct or union.
cc: "parse.y", line 4466: error 1530: Undefined struct or union.
cc: "parse.y", line 4466: error 1530: Undefined struct or union.
cc: "parse.y", line 4466: error 1563: Expression in if must be scalar.
cc: "parse.y", line 4468: error 1530: Undefined struct or union.
*** Error exit code 1
I see from older posts (including one of my own) that others have had
this problem. The old solution of sticking "#define inline" in
config.h did not work, though.
Any ideas?
BTW, you can get access to HP-UX (and OpenVMS, Linux, Windows 2003
Server and FreeBSD 6.2) via the HP testdrive program at http://www.testdrive.hp.com
(which is what I'm using in an attempt to get some platform info for
rubygems).
Regards,
Dan
djberge@td191> uname -a
HP-UX td191 B.11.31 U 9000/800 3397116299 unlimited-user license
djberge@td191> what `which cc`
/usr/bin/cc:
$Revision: 92453-07 linker linker crt0.o B.11.53 060807 $
LINT B.11.X.36086-36089-36092.GP CXREF B.11.X.
36086-36089-36092.GP
HP92453-01 B.11.X.36086-36089-36092.GP HP C Compiler
$ PATCH/11.00
djberge@td191> echo $CC
cc -Ae -s
When I try to build Ruby 1.8.6 I get this:
cc -Ae -s -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I. -c parse.c
cc: "parse.y", line 4446: warning 527: Integral value implicitly
converted to pointer in assignment.
cc: "parse.y", line 4449: error 1530: Undefined struct or union.
cc: "parse.y", line 4451: error 1530: Undefined struct or union.
cc: "parse.y", line 4451: warning 563: Argument #1 is not the correct
type.
cc: "parse.y", line 4452: error 1530: Undefined struct or union.
cc: "parse.y", line 4454: error 1530: Undefined struct or union.
cc: "parse.y", line 4454: error 1563: Expression in if must be scalar.
cc: "parse.y", line 4464: error 1530: Undefined struct or union.
cc: "parse.y", line 4466: error 1530: Undefined struct or union.
cc: "parse.y", line 4466: error 1530: Undefined struct or union.
cc: "parse.y", line 4466: error 1563: Expression in if must be scalar.
cc: "parse.y", line 4468: error 1530: Undefined struct or union.
*** Error exit code 1
I see from older posts (including one of my own) that others have had
this problem. The old solution of sticking "#define inline" in
config.h did not work, though.
Any ideas?
BTW, you can get access to HP-UX (and OpenVMS, Linux, Windows 2003
Server and FreeBSD 6.2) via the HP testdrive program at http://www.testdrive.hp.com
(which is what I'm using in an attempt to get some platform info for
rubygems).
Regards,
Dan