This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error reading tcl errors


And now it won't even compile!  It now fails, saying:

gcc -c -g  -I./../generic -I. -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_UNISTD_H=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_TIMEZONE_DECL=1 -DHAVE_ST_BLKSIZE=1 -DSTDC_HEADERS=1 -DNEED_MATHERR=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_SYS_IOCTL_H=1        -DTCL_SHLIB_EXT=\".so\" ./../generic/tclPosixStr.c
./../generic/tclPosixStr.c: In function `Tcl_ErrnoId':
./../generic/tclPosixStr.c:340: duplicate case value
./../generic/tclPosixStr.c: In function `Tcl_ErrnoMsg':
./../generic/tclPosixStr.c:787: duplicate case value
make[2]: *** [tclPosixStr.o] Error 1
make[2]: Leaving directory `/home/Lincoln/Projects/xconq/xconq/tcl/unix'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/Lincoln/Projects/xconq/xconq/tcl'
make: *** [all-tcl] Error 2

What's going on here?


On Fri, 2002-10-11 at 00:47, Hans Ronne wrote:
> Several people have reported "Error reading tcl" errors after BWidget was
> added to Xconq. One likely explanation for this is that you are using the
> "cvs update" command and fail to check out the new BWidget subdirectory in
> xconq/tcltk because "cvs update" only updates directories that already are
> present on your hard disk. Try "cvs update -d" to force creation of new
> directories in that case. Or just use "cvs checkout" instead.
> 
> Hans
> 
> 



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