|
Boost Users : |
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
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net