19 Mar
2004
19 Mar
'04
3:45 p.m.
On Fri, 19 Mar 2004, Vladimir Prus wrote:
sorry that it took quite some time to reply,
No problem.
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. Many thanks. -- Stephen W. Juranich Science Applications Intl. Corp. (SAIC) (520) 570-7706