From: me2faster@... Date: 2005-05-06T06:44:23+09:00 Subject: 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