22 Mar
2004
22 Mar
'04
6:45 a.m.
Steve Juranich wrote:
Could you modify yystype.h to read:
#ifndef BOOST_GRAPH_YYSTYPE_H #define BOOST_GRAPH_YYSTYPE_H
union yystype { int i; void* ptr; }; #define YYSTYPE yystype
#endif // BOOST_GRAPH_YYSTYPE_H
This works for me and it if works for you as well, I'll commit the change.
That seems to have done the trick. Everything seems to have built okay and 'make' exitted successfully.
Good. I've comitted the change. Thanks, Volodya