This is the mail archive of the
insight-prs@sources.redhat.com
mailing list for the Insight project.
insight/244: Compile problems for TCL on Windows XP / Cygwin
- From: thomas dot cocagne at navy dot mil
- To: insight-gnats at sources dot redhat dot com
- Date: 15 Jan 2004 19:42:00 -0000
- Subject: insight/244: Compile problems for TCL on Windows XP / Cygwin
- Reply-to: thomas dot cocagne at navy dot mil
>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: