Hi, 
I'm trying to compile my program code using boost phoenix but I'm receiving this error messages:

\boost/spirit/home/classic/utility/grammar_def.hpp(107) : error C2039: 'nil_t' : is not a member of 'boost::phoenix'
\boost/spirit/home/classic/utility/grammar_def.hpp(110) : error C2039: 'nil_t' : is not a member of 'boost::phoenix'
\boost/spirit/home/classic/utility/grammar_def.hpp(180) : error C2143: syntax error : missing ';' before '<'

I guess this errors are caused by some wrong define or include but I don't know how to fix it.

Thanks,
Leandro Lima