[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Compile Ruby 1.8.4 on HP-UX 11

McDevitt, Chris

3/15/2006 10:24:00 PM

When I run make (we are using cc not gcc) I receive:

# make
cc -Ae -s -O +Z -DRUBY_EXPORT -DYYMAXDEPTH=300 -I. -I. -c parse.c
cc: "parse.y", line 4439: warning 527: Integral value implicitly
converted to pointer in assignment.
cc: "parse.y", line 4442: error 1530: Undefined struct or union.
cc: "parse.y", line 4444: error 1530: Undefined struct or union.
cc: "parse.y", line 4444: warning 563: Argument #1 is not the correct
type.
cc: "parse.y", line 4446: error 1530: Undefined struct or union.
cc: "parse.y", line 4446: error 1563: Expression in if must be scalar.
cc: "parse.y", line 4455: error 1530: Undefined struct or union.
cc: "parse.y", line 4457: error 1530: Undefined struct or union.
cc: "parse.y", line 4457: error 1530: Undefined struct or union.
cc: "parse.y", line 4457: error 1563: Expression in if must be scalar.
cc: "parse.y", line 4459: error 1530: Undefined struct or union.
make: *** [parse.o] Error 1

Any suggestions?