Tk Source Code

View Ticket
Login
Ticket UUID: 574326
Title: compiler warning
Type: Bug Version: obsolete: 8.4a5
Submitter: dgp Created on: 2002-06-26 22:20:22
Subsystem: 22. Style Engine Assigned To: davygrvy
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-06-27 05:59:53
Resolution: Fixed Closed By: davygrvy
    Closed on: 2002-06-26 22:59:53
Description:
cc -c -O  -KPIC -I/local/src/tk/unix
-I/local/src/tk/unix/../generic
-I/local/src/tk/unix/../bitmaps
-I/local/src/tcl/generic -I/usr/openwin/include
-DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1
-DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_DIRENT64=1
-DHAVE_STRUCT_STAT64=1 -DHAVE_TYPE_OFF64_T=1
-D_REENTRANT=1 -D_POSIX_PTHREAD_SEMANTICS=1
-DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1
-DTIME_WITH_SYS_TIME=1 -DHAVE_PW_GECOS=1     
-DTCL_NO_DEPRECATED -DUSE_TCL_STUBS 
/local/src/tk/unix/../generic/tkStyle.c
"/local/src/tk/unix/../generic/tkStyle.c", line 15:
warning: invalid white space character in directive
User Comments: davygrvy added on 2002-06-27 05:59:53:
Logged In: YES 
user_id=7549

fixed. committed.

dgp added on 2002-06-27 05:29:41:
Logged In: YES 
user_id=80530


I think Gravereaux knows about this stuff...

dgp added on 2002-06-27 05:25:00:
Logged In: YES 
user_id=80530

Seems this is due to the file tkStyle.c being
committed to CVS with Windows line endings "\r\n".

Isn't there some way to configure CVS so that
files get line endings suitable to the platform
on which they are checked out?