This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

failure to build Tcl8.3.2 by Cygwin on Win98



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@ruby.famille.ne.jp


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]