This is the mail archive of the cygwin@cygwin.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]

Re: compiling tcl8.3.3 under cygwin


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


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