$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-03-22 01:45:19
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