Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-03-23 02:07:26


On Tuesday 22 March 2005 23:08, heimr2000 wrote:

> > Do you get error on this line? Could it be that gcc is somehow
>
> invoked in C++
>
> > mode, and barks on "class"? Can you rename "class" to "class_" and
>
> try again?
>
>
>
> ugh!!! :-) I should have seen that!
> dah!
>
> yes that is correct -

That should mean some misconfiguration. Why is the file compiled in C++ mode?!
Maybe you can run the same gcc command with "-v" and see if it invokes
"cc1plus" (C++ backend) or "cc1" (C backend).

> however I still get the y.tab.c error - parse
> before goto.....

Can you show the code? Bison-generated code changes so much that I have no
hope of finding the problematic spot in my CVS copy...

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk