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: <001b01c0c6dd$cf905a70$28481ad8@default> From: "Dennis Wilson" To: Subject: Re: compiling tcl8.3.3 under cygwin Date: Mon, 16 Apr 2001 18:28:55 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 I am trying to compile tcl8.3.3 under cygwin. I am getting the following error. gcc -pipe -c -O -Wall -Wconversion -Wno-implicit-int -I./../generic -I. -DH AVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STR STR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DNO_VALUES_H=1 -DHAV E_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME _WITH_SYS_TIME=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNO_UNION_WAIT=1 -DNE ED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_SHLIB_E XT=\"\" ./../generic/tclClock.c ./../generic/tclClock.c: In function `FormatClock': ./../generic/tclClock.c:309: warning: assignment makes integer from pointer without a cast ./../generic/tclClock.c:310: invalid lvalue in assignment ./../generic/tclClock.c:346: invalid lvalue in assignment make: *** [tclClock.o] Error 1 When I look at the code lines, it appears I am missing a "correct" timezone type in either a header file or the tclClock.c. Has anyone run into this before? -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple