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 Message-ID: <001101c05c04$ee2b17c0$b391fea9@mitsu5> From: "Mitsuo Igarashi" To: Subject: failure to build Tcl8.3.2 by Cygwin on Win98 Date: Sat, 2 Dec 2000 11:08:36 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="shift_jis" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 I am trying to build Tcl8.3.2 in Cygwin 1.1.4 on Windows98 for my trainig. I am not sure that to post this here is appropriate. The Readme of the directory of Win of the Tcl8.3.2 writes only building by MS C. From the Makefile.in of the directory. I think Cygwin can build this. I have done the following procedure. % cd /usr/local/src/Tcl8.3.2/win % ./configure --enable-gcc --enable-shared % make I have got an error message: >gcc -c -O -Wall -Wconversion -I"./../generic" -I"." -mno-cygwin -DBUILD _tcl "tclWin32>Dll.c" -o tclWin32Dll.o >tclWin32Dll.c:49: warning: initialization from incompatible pointer type >... >... >tclWin32Dll.c:117: warning: initialization from incompatible pointer type >tclWin32Dll.c: In function `TclpCheckStackSpace': >tclWin32Dll.c:348: `__try' undeclared (first use in this function) >tclWin32Dll.c:348: (Each undeclared identifier is reported only once >tclWin32Dll.c:348: for each function it appears in.) >tclWin32Dll.c:348: parse error before `{' >tclWin32Dll.c: At top level: >tclWin32Dll.c:351: parse error before `1' >tclWin32Dll.c:351: warning: return-type defaults to `int' >tclWin32Dll.c: In function `__except': >tclWin32Dll.c:351: warning: control reaches end of non-void function >tclWin32Dll.c: At top level: >tclWin32Dll.c:353: parse error before `return' >make: *** [tclWin32Dll.o] Error 1 Will anybody teach me how to build Tcl8.3.2 by Cygwin? ----------=========--------- Mitsuo Igarashi mitsu5 AT ruby DOT famille DOT ne DOT jp -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com