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: Numerous Warnings for RTTI Symbol Not Found


> Yes, edit gdb/gdbtk/library/interface.tcl. The procedure "gdbtk_tcl_warning"
contains a list of error messages which will simply go to the console window
without opening a dialog.

In my case that file would probably be
C:\cygwin\usr\share\insight1.0\interface.tcl

Shooting in the dark and without any prior experience in tcl, I added a line to
a copy of interface.tcl which banishes those annoying warnings. It appears that
my change was successful; now I can read local variables without interference.
Then I added another line to quash linker symbol warnings. By the way, the
warnings don't appear in the Insight console window either which is fine with
me.

> When you've done that, please submit a patch.

Here's a diff of the old and new files:

$ diff interface.tcl.old interface.tcl
367a368,369
>         "RTTI symbol not found for class *" {return}
>         "can't find linker symbol for virtual table *" {return}

> For this small change, you probably don't need to worry about an assignment if
you don't have one.

I don't understand what that means. You have ascribed to me a level of computer
knowledge unwarranted by the facts.

Thanks for your help, Keith. You are a wonderful human being.

Charles


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