Hi,

At Wed, 14 Mar 2007 15:57:24 +0900,
Lothar Scholz wrote in [ruby-core:10585]:
> i tried compile some extensions in a "cpp" C++ file. and the move of
> the thread structure into "node.h" is problematic at the moment.
>
> Please insert an
> #include "st.h"

Instead,

> at the top of the file otherwise the "st_table* locals" will throw an
> error if the extension has not included "st.h" before "node.h".

replace "st_table" with "struct st_table", and insert "struct
st_table;" before the structure, I guess.

-- 
Nobu Nakada