This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bison-1.75 src/bin problem


Hi,

I'd like to add some features to bison and thus I must rebuild bison but there is a bug maybe. The bin package works nice but when I'm using the exe compiled from
the source the following error occured: the error line reported by the bison is higher (almost by 500) then reported the original bison (good). Of course I tried this with the original source
package (not adding my things) but this error remains.

I copy here some log (the first 3 line in the log):

-- original (this is good) --
parser.yy:376.11-377.13: type clash (`yy_void' `yy_t_token') on default action
parser.yy:378.5-17: type clash (`yy_void' `yy_t_token') on default action
parser.yy:397.18: empty rule for typed nonterminal, and no action

-- compiled from source (wrong, not adding my things) --
parser.yy:751.11-753.13: type clash (`yy_void' `yy_t_token') on default action
parser.yy:755.5-17: type clash (`yy_void' `yy_t_token') on default action
parser.yy:793.18: empty rule for typed nonterminal, and no action

I'm executed the following commands to compile the source package: "configure;make"


Thanks for your help
Attila


--
ICQ - [ # 173551800 ]




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]