This is the mail archive of the insight@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]

RE: Target Settings box does not come up


I think the problem with the "target settings" problem is still in the
development sources.  Part of the problem may be that several of the image
files in the development sources appear to be "different".  See the output
listing below.

The other problem may be that they all have different read-write-execute
rights.  The files in the 6.1 snapshot images and images2 directory were all
-rwxrwx--- and the ones in the development directories were -rw-rw----.  I
copied over the "different" files from the snapshot to the development area
and then made the file permissions -rwxrwx----.  This allowed the dialog box
to pop up (got rid of errors in the TK debug window).

//  images directories

gdb$>diff --ignore-file-name-case --binary -q gdbtk/library/images
../../../insight-6.1/gdb/gdbtk/library/images

Files gdbtk/library/images/bottom.gif and
../../../insight-6.1/gdb/gdbtk/library/images/bottom.gif differ
Files gdbtk/library/images/console.gif and
../../../insight-6.1/gdb/gdbtk/library/images/console.gif differ
Only in gdbtk/library/images: CVS
Files gdbtk/library/images/home.gif and
../../../insight-6.1/gdb/gdbtk/library/images/home.gif differ
Files gdbtk/library/images/insight.gif and
../../../insight-6.1/gdb/gdbtk/library/images/insight.gif differ
Files gdbtk/library/images/less.gif and
../../../insight-6.1/gdb/gdbtk/library/images/less.gif differ
Files gdbtk/library/images/more.gif and
../../../insight-6.1/gdb/gdbtk/library/images/more.gif differ
Files gdbtk/library/images/Movie_off.gif and
../../../insight-6.1/gdb/gdbtk/library/images/Movie_off.gif differ
Files gdbtk/library/images/Movie_on.gif and
../../../insight-6.1/gdb/gdbtk/library/images/Movie_on.gif differ
Files gdbtk/library/images/next_check.gif and
../../../insight-6.1/gdb/gdbtk/library/images/next_check.gif differ
Files gdbtk/library/images/next_frame.gif and
../../../insight-6.1/gdb/gdbtk/library/images/next_frame.gif differ
Files gdbtk/library/images/next_line.gif and
../../../insight-6.1/gdb/gdbtk/library/images/next_line.gif differ
Files gdbtk/library/images/nexti.gif and
../../../insight-6.1/gdb/gdbtk/library/images/nexti.gif differ
Files gdbtk/library/images/rewind.gif and
../../../insight-6.1/gdb/gdbtk/library/images/rewind.gif differ
Files gdbtk/library/images/tdump.gif and
../../../insight-6.1/gdb/gdbtk/library/images/tdump.gif differ
Files gdbtk/library/images/tp.gif and
../../../insight-6.1/gdb/gdbtk/library/images/tp.gif differ
Files gdbtk/library/images/watch.gif and
../../../insight-6.1/gdb/gdbtk/library/images/watch.gif differ
Files gdbtk/library/images/watch_movie.gif and
../../../insight-6.1/gdb/gdbtk/library/images/watch_movie.gif differ

//  images2 directories

gdb$>diff --ignore-file-name-case --binary -q gdbtk/library/images2
../../../insight-6.1/gdb/gdbtk/library/images2

Files gdbtk/library/images2/console.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/console.gif differ
Only in gdbtk/library/images2: CVS
Files gdbtk/library/images2/down.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/down.gif differ
Files gdbtk/library/images2/help.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/help.gif differ
Files gdbtk/library/images2/home.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/home.gif differ
Files gdbtk/library/images2/insight.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/insight.gif differ
Files gdbtk/library/images2/less.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/less.gif differ
Files gdbtk/library/images2/more.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/more.gif differ
Files gdbtk/library/images2/Movie_off.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/Movie_off.gif differ
Files gdbtk/library/images2/Movie_on.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/Movie_on.gif differ
Files gdbtk/library/images2/next_check.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/next_check.gif differ
Files gdbtk/library/images2/next_frame.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/next_frame.gif differ
Files gdbtk/library/images2/next_line.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/next_line.gif differ
Files gdbtk/library/images2/rewind.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/rewind.gif differ
Files gdbtk/library/images2/src.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/src.gif differ
Files gdbtk/library/images2/tdump.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/tdump.gif differ
Files gdbtk/library/images2/tp.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/tp.gif differ
Files gdbtk/library/images2/watch.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/watch.gif differ
Files gdbtk/library/images2/watch_movie.gif and
../../../insight-6.1/gdb/gdbtk/library/images2/watch_movie.gif differ



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