Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 11 Jan 2003 21:35:15 +0100 From: Attila Csosz Subject: bison-1.75 src/bin problem To: cygwin AT cygwin DOT com Message-id: <3E208003.1000507@axelero.hu> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030107 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 ] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/