Re: Bison complains about undefined reference of my own data type

2008-11-24 Thread sgaurelius
I think you right, there is something wrong in the linkage. Well, I am in the beginning of using Bison, so what I do is pretty basic. I have indeed included properly the file, because when I create an instance of my class(lets say variable.h), it throw me an error. When I only declare a pointer t

Re: Bison complains about undefined reference of my own data type

2008-11-24 Thread Vukki Starborn
2008/11/24 sgaurelius <[EMAIL PROTECTED]> > > > Do you have any guide, on how to include a library to bison. I will search > it by myseld, but if you got somehting, it'd be useful. > > Maybe it would be worth to check also guides on your linker and compiler. Official bison manual you can find here