Re: Bug in new Bison parser generator

2002-02-01 Thread David Gluss
OTECTED]> Cc: "Stephan Mueller" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, February 01, 2002 12:02 AM Subject: Re: Bug in new Bison parser generator > Just a quick question, isn't the base problem somehthing like Bison > thinks that the target compiler

Re: Bug in new Bison parser generator

2002-01-31 Thread Andrew Markebo
Just a quick question, isn't the base problem somehthing like Bison thinks that the target compiler is gcc.. If you create/configure a bison for msvc++, it doesn't do this include? /Andy -- The eye of the beholder rests on the beauty! -- Unsubscribe info: http://cygwin.com/ml/

Re: Bug in new Bison parser generator

2002-01-31 Thread David Gluss
igation links on the right side. - Original Message - From: "Randall R Schulz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 31, 2002 5:17 PM Subject: Re: Bug in new Bison parser generator > David, > > Would you care to spare others the h

Re: Bug in new Bison parser generator

2002-01-31 Thread David Gluss
David Gluss [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, January 31, 2002 12:34 PM > > To: [EMAIL PROTECTED] > > Subject: Bug in new Bison parser generator > > > > > > With version 1.31-1, Bison doesn't work with the Microsoft compiler. > > A small ex

Re: Bug in new Bison parser generator

2002-01-31 Thread Randall R Schulz
David, Would you care to spare others the hunt? Thanks. Randall Schulz Mountain View, CA USA At 16:54 2002-01-31, David Gluss wrote: >Well it took some doing...I downloaded Service Pack 5 (130 Mbytes, once >you find it) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

Re: Bug in new Bison parser generator

2002-01-31 Thread David Gluss
Well it took some doing...I downloaded Service Pack 5 (130 Mbytes, once you find it) - Original Message - From: "Stephan Mueller" <[EMAIL PROTECTED]> To: "David Gluss" <[EMAIL PROTECTED]> Sent: Thursday, January 31, 2002 1:21 PM Subject: RE: Bug in new

Re: Bug in new Bison parser generator

2002-01-31 Thread David Gluss
TED]] > Sent: Thursday, January 31, 2002 12:52 PM > To: Stephan Mueller > Subject: Re: Bug in new Bison parser generator > > > VC6.0. > DG > > - Original Message - > From: "Stephan Mueller" <[EMAIL PROTECTED]> > To: "David Gluss

RE: Bug in new Bison parser generator

2002-01-31 Thread Stephan Mueller
12:34 PM To: [EMAIL PROTECTED] 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 pa

Bug in new Bison parser generator

2002-01-31 Thread David Gluss
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 bisonbug.tar.bz2 Description: Binary data -- Unsubscribe i