help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Help-bison Digest, Vol 3, Issue 39


From: Gurunathan_Murthy
Subject: RE: Help-bison Digest, Vol 3, Issue 39
Date: Mon, 3 Mar 2003 16:46:04 +0530

Hi,

Is the bison.simple required all the time
Bison version 1.28 asks for a bison.simple file

Thanks,
G S Murthy

-----Original Message-----
From: address@hidden [mailto:address@hidden]
Sent: Thursday, February 27, 2003 5:23 PM
To: address@hidden
Subject: Help-bison Digest, Vol 3, Issue 39


Send Help-bison mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.gnu.org/mailman/listinfo/help-bison
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Help-bison digest..."


Today's Topics:

   1. Re: stack overflow in c++ (Hans Aberg)
   2. Building Bison On NT.. (Elias, Ehab)
   3. Re: Building Bison On NT.. (oleg smolsky)
   4. Re: Building Bison On NT.. (Torsten =?iso-8859-1?q?M=FCller?=)
   5. Re: Bison.Simple file (Elias, Ehab)


----------------------------------------------------------------------

Date: Wed, 26 Feb 2003 18:37:56 +0100
From: Hans Aberg <address@hidden>
To: "Coe, Rich (MED)" <address@hidden>
Cc: address@hidden
Subject: Re: stack overflow in c++
Message-ID: <address@hidden>
In-Reply-To: <address@hidden>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Precedence: list
Message: 1

At 10:22 -0600 2003/02/26, Coe, Rich (MED) wrote:
>If anyone is already working on fixing stack overflow when compiling
>bison output with c++, I'd be interested in talking with you, before
>I duplicate any existing effort.

It sounds like you are using an older version of Bison, compiling C code as
C++: Those stacks are not fixable under C++.

Instead use a later Bison version of C++ which use proper C++ containers as
stacks. (I do not know the state about that topic though -- somebody else
will have to tell more.)

  Hans Aberg




------------------------------

Date: Wed, 26 Feb 2003 18:46:37 -0500
From: "Elias, Ehab" <address@hidden>
To: <address@hidden>
Subject: Building Bison On NT..
Message-ID: <address@hidden>
Content-Type: multipart/alternative;
        boundary="----_=_NextPart_001_01C2DDF1.4D7ACFC5"
MIME-Version: 1.0
Precedence: list
Message: 2

This is a multi-part message in MIME format.

------_=_NextPart_001_01C2DDF1.4D7ACFC5
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi;
How can I build bison on NT.=20
Is that already built ? where can I get it from..?=20
Thanks

Ehab Elias
Computer Associates
Development Leader
Phone +1 818-593-0300
Fax     +1 818-593-0552
address@hidden
=20


------_=_NextPart_001_01C2DDF1.4D7ACFC5
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.0.6389.0">
<TITLE>Building Bison On NT..</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT COLOR=3D"#000000" FACE=3D"Arial">Hi;</FONT>

<BR><FONT COLOR=3D"#000000" FACE=3D"Arial">How can I build bison on NT. =
</FONT>

<BR><FONT COLOR=3D"#000000" FACE=3D"Arial">Is that already built ? where =
can I get it from..? </FONT>

<BR><FONT COLOR=3D"#000000" FACE=3D"Arial">Thanks</FONT>
</P>

<P><FONT COLOR=3D"#000000" SIZE=3D2 FACE=3D"Arial Black">Ehab =
Elias</FONT>

<BR><FONT COLOR=3D"#000000" SIZE=3D1 FACE=3D"Arial">Computer =
Associates</FONT>

<BR><FONT COLOR=3D"#000000" SIZE=3D1 FACE=3D"Arial">Development =
Leader</FONT>

<BR><FONT COLOR=3D"#000000" SIZE=3D1 FACE=3D"Arial">Phone +1 =
818-593-0300</FONT>

<BR><FONT COLOR=3D"#000000" SIZE=3D1 =
FACE=3D"Arial">Fax&nbsp;&nbsp;&nbsp;&nbsp; +1 818-593-0552</FONT>

<BR><U><FONT COLOR=3D"#0000FF" SIZE=3D1 =
FACE=3D"Arial">address@hidden</FONT></U>=20

<BR><FONT COLOR=3D"#000000" FACE=3D"Arial">&nbsp;</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C2DDF1.4D7ACFC5--


------------------------------

Date: Thu, 27 Feb 2003 15:01:18 +1300
From: "oleg smolsky" <address@hidden>
To: <address@hidden>
Subject: Re: Building Bison On NT..
Message-ID: <address@hidden>
Content-Type: text/plain; charset=US-ASCII
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Precedence: list
Message: 3

Hello,

> How can I build bison on NT.=20
Install cygwin. It comes with a precompiled version of bison. If you need=

a specific version, just compile it under cygwin.


Best regards,

Oleg Smolsky
Software Design Authority
Allied Telesyn Research



NOTICE: This message contains privileged and confidential
information intended only for the use of the addressee
named above. If you are not the intended recipient of
this message you are hereby notified that you must not
disseminate, copy or take any action in reliance on it.
If you have received this message in error please
notify Allied Telesyn Research Ltd immediately.
Any views expressed in this message are those of the
individual sender, except where the sender has the
authority to issue and specifically states them to
be the views of Allied Telesyn Research.


------------------------------

Date: 27 Feb 2003 06:46:08 +0100
From: address@hidden (Torsten =?iso-8859-1?q?M=FCller?=)
To: <address@hidden>
Subject: Re: Building Bison On NT..
Message-ID: <address@hidden>
In-Reply-To: <address@hidden>
References: <address@hidden>
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Precedence: list
Reply-To: address@hidden
Message: 4

"oleg smolsky" <address@hidden> schrieb:

> > How can I build bison on NT.
>
> Install cygwin. It comes with a precompiled version of bison. If you
> need a specific version, just compile it under cygwin.

And what, if I don't want to install cygwin? I use mingw for several
years now and it works great for a lot of things - except bison.

In former times a Windows developer could compile bison with the
compiler he had installed, Borland C++, Microsoft Visual C++ - I had
even a Watcom C++ bison on MSDOS! The last version capable for this
was 1.35 - then it got obscure.

Did anybody successfully compile bison >1.35 with mingw?

T.M.



------------------------------

Date: Thu, 27 Feb 2003 11:07:57 +0100
From: "Elias, Ehab" <address@hidden> (by way of Hans Aberg)
To: Bison Help <address@hidden>
Subject: Re: Bison.Simple file
Message-ID: <address@hidden>
Content-Type: text/enriched; charset="us-ascii"
MIME-Version: 1.0
Precedence: list
Message: 5

       


Hi;

Were you able to get a version of bison that doesn't use bison.sim file
and runs on NT.

Thanks a lot



Ehab Elias

Computer Associates

Development Leader

Phone +1 818-593-0300

Fax     +1 818-593-0552

<underline>address@hidden</underline>

 


 




------------------------------

_______________________________________________
Help-bison mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/help-bison


End of Help-bison Digest, Vol 3, Issue 39
*****************************************
**************************************************************************
This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated.

**************************************************************************


reply via email to

[Prev in Thread] Current Thread [Next in Thread]