ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> Tcl-bugs
Tcl-bugs
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved