Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Thu, 3 Aug 2000 15:39:02 +0100 (WET DST) Posted-Date: Thu, 3 Aug 2000 15:39:02 +0100 (WET DST) From: Lionel Ains To: cygwin AT sources DOT redhat DOT com Message-ID: <965313198009713@caramail.com> X-Mailer: Caramail - www.caramail.com Mime-Version: 1.0 Subject: stdin and stdout Content-Type: multipart/mixed; boundary="=_NextPart_Caramail_009713965313198_ID" --=_NextPart_Caramail_009713965313198_ID Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, I'm trying to compile the Link Grammar Parser 3.0 (from http://bobo.link.cs.cmu.edu/) with Cygwin and I have a compilation error on one source file: I have an "pp_lexer.c:324 initializer element is not constant" error from gcc. Has someone experienced similar problems? Note: stdin and stdout are defined this way in Cygwin's stdio.h: #define stdin (_impure_ptr->_stdin) #define stdout (_impure_ptr->_stdout) And the part of the code which fails to compile is: FILE *yyin =3D stdin, *yyout =3D stdout; I'm using Cygwin v1.1, with gcc v2.95.2 19991024 (release-2) Many thanks, Lionel ______________________________________________________ Bo=EEte aux lettres - Caramail - http://www.caramail.com --=_NextPart_Caramail_009713965313198_ID Content-Type: text/plain; charset=us-ascii -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com --=_NextPart_Caramail_009713965313198_ID--