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

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,

me2faster@excite.com

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.

···

On May 5, 2005, at 2:44 PM, me2faster@excite.com wrote:

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,

--
ryand-ruby@zenspider.com - Seattle.rb - Seattle.rb | Home
http://blog.zenspider.com/ - http://rubyforge.org/projects/ruby2c