compiler error: argument of type "VALUE *" is incompatible with parameter of type "VALUE"

M

me2faster

I'm trying to build release 1.8.2 on a POSIX (1 and 2) based
environment but have encountered a number of the following errors:

SETUP_ARGS(node->nd_args);
^
"/home/ruby-1.8.2/eval.c", line 3206: error(252): argument of type
"VALUE *" is incompatible with parameter of type "VALUE"


SETUP_ARGS(node->nd_args);
^
"/home/ruby-1.8.2/eval.c", line 3206: error(252): argument of type
"NODE *" is incompatible with parameter of type "VALUE"

....
....

Thanks for the help,

(e-mail address removed)
 
R

Ryan Davis

I'm trying to build release 1.8.2 on a POSIX (1 and 2) based
environment but have encountered a number of the following errors:

SETUP_ARGS(node->nd_args);
^
"/home/ruby-1.8.2/eval.c", line 3206: error(252): argument of type
"VALUE *" is incompatible with parameter of type "VALUE"

Thanks for the help,

We can't help you unless you provide more information. What OS?
Compiler? Configuration options? etc etc etc. What you provide above
isn't enough.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,188
Latest member
Crypto TaxSoftware

Latest Threads

Top