[Tcl-bugs] [ tcl-Patches-827915 ] Fix for compilation under Cygwin/Mingw32
by SourceForge.net other posts by this author
Oct 22 2003 1:03AM messages near this date
[C++-sig] Re: The "return always existing pointer throws dangling
error" problem
|
[Tcl-bugs] [ tcl-Bugs-771944 ] tclIOSock.c: compiler warning:
Patches item #827915, was opened at 2003-10-21 18:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=310894&aid=827915&group_id=10894
Category: 16. Commands A-H
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthew Ballance (mballance)
Assigned to: Donal K. Fellows (dkf)
Summary: Fix for compilation under Cygwin/Mingw32
Initial Comment:
Note: This patch fixes bug 822528
tclCmdAH.c doesn't compile under Cygwin/Mingw32
on NT-like systems (it compiles fine on Win98, but not
on WinXP). The problem is a collision between the enum
FILE_EXISTS and a define in 'winnt.h'.
I fixed the problem by prefixing all FILE_ enumerated
values with TCL (ie FILE_EXISTS becomes
TCL_FILE_EXISTS).
The enumerated values FILE_* are only used within
tclCmdAH.c, so this is safe...
A patch is attached...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=310894&aid=827915&group_id=10894
-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Tcl-Bugs mailing list
Tcl-Bugs@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-bugs
|