This is the mail archive of the insight-prs@sources.redhat.com mailing list for the Insight 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]

insight/244: Compile problems for TCL on Windows XP / Cygwin


>Number:         244
>Category:       insight
>Synopsis:       Compile problems for TCL on Windows XP / Cygwin
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 15 19:43:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Cocagne
>Release:        unknown-1.0
>Organization:
>Environment:
Windows XP, Cygwin, GCC version 3.3.1
>Description:
There appears to be a clash between identifiers declared within the "options" enumeration declared in "insight+dejagnu-20040115/tcl/generic/tclCmdAH.c" (approximately line 800) and a previous #define. This occured after unpacking the archive and doing a simple "./configure; make"
>How-To-Repeat:

>Fix:
Including a few #ifdef <identifier> #undef <identifier> #endif blocks immediately preceeding the delaration of the options enumeration fixed the problem and allowed the build to complete. I didn't attempt to determine the exact identifier but it is one of: FILE_DIRNAME,	FILE_EXECUTABLE, FILE_EXISTS, or FILE_EXTENSION.
>Release-Note:
>Audit-Trail:
>Unformatted:


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