This is the mail archive of the insight-prs@sourceware.org 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/278: Target settings windows doesn't open


>Number:         278
>Category:       insight
>Synopsis:       Target settings windows doesn't open
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Nov 07 20:03:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     fafa@freesurf.ch
>Release:        insight-weekly-6.30.50.20051031
>Organization:
>Environment:
cygwin/XP
>Description:
When I select File->"Target settings" the window does not open.
>How-To-Repeat:
configure insight with "--target=i686-linux-gnu"
>Fix:
The problem seems to be that the checkbutton
$f.fr.xterm exists only for unix platform,
but the instruction
    grid $f.fr.xterm -sticky w -padx 5 -pady 5
is always done.
If i write
  if {$tcl_platform(platform) == "unix"} {
    grid $f.fr.xterm -sticky w -padx 5 -pady 5
  }
the window appears as it should.
>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]