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 Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <000a01c1aabf$4f5c9eb0$6600a8c0@cherry> From: "David Gluss" To: "Stephan Mueller" Cc: Subject: Re: Bug in new Bison parser generator Date: Thu, 31 Jan 2002 17:25:00 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Well it took some doing...I downloaded Service Pack 5 (130 Mbytes, once you find it) for C++ 6.0. It shows the same symptoms. It's probably way easier to get a patch into bison.simple than to (just) have Microsoft fix the standard C++ header files. Probably there's the same problem with bison.hairy (just at a guess) but I've never used that. Now that I've tried that (using the %semantic_parser line in the .y file) I can say there's nothing to worry about, because bison just dumps core if you use it. > > -----Original Message----- > > From: David Gluss [mailto:dgluss AT marple-tech DOT com] > > Sent: Thursday, January 31, 2002 12:34 PM > > To: cygwin AT cygwin DOT com > > Subject: Bug in new Bison parser generator > > > > > > With version 1.31-1, Bison doesn't work with the Microsoft compiler. > > A small example is enclosed. The problem is that Microsoft doesn't > > have size_t in the std:: namespace, or malloc. > > > > Included also, a patch to fix bison.simple. > > > > DG -- 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/