From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Brandon Metcalf Cc: insight@sourceware.cygnus.com Subject: Re: ide_initialize_paths failed: Can't find the GUI Tcl Date: Thu, 23 Dec 1999 08:49:00 -0000 Message-id: <3862525C.86A66F00@multitude.com> References: <3.0.1.32.19991222105904.00b605b0@ZSC4C006.corpwest.baynetworks.com> X-SW-Source: 1999-q4/msg00078.html Brandon Metcalf wrote: > > Just finished installing the 19991213 snapshot of insight and I'm getting > the following error... > [snip] > > warning: Unrecognized range check setting: "auto; currently off" > ide_initialize_paths failed: Can't find the GUI Tcl library in the > following directories: > /nms/tools/packages/insight/0010-19991213/SunOS/share/cygnus/gui > /nms/tools/packages/insight/0010-19991213/share/cygnus/gui > /nms/tools/packages/insight/0010-19991213/common/libgui/library > /nms/tools/packages/insight/0010-19991213/SunOS/share/cygnus/ide > /nms/tools/packages/insight/0010-19991213/share/cygnus/ide > /nms/tools/packages/insight/0010-19991213/common/libide/library Don't worry -- you're starting it properly. Invoking "gdb" will start Insight by default (unless gdb was built without Insight, that is). It's been a little while, but let me see if I can't give you a push in the right direction... It looks like you are running this from an installed toolchain, so does the directory "INSTALLDIR/share/cygnus/gui" exist? This directory should contain a lot of generic GUI code (all tcl files): $ ls share/cygnus/gui/ advice.tcl cframe.tcl hooks.tcl multibox.tcl prefs.tcl treetable.tcl balloon.tcl combobox.tcl internet.tcl pane.tcl print.tcl ulset.tcl bbox.tcl debug.tcl lframe.tcl panedwindow.tcl sendpr.tcl ventry.tcl bgerror.tcl def.tcl list.tcl parse_args.tcl tclIndex wframe.tcl bindings.tcl font.tcl looknfeel.tcl path.tcl toolbar.tcl wingrab.tcl canvas.tcl gensym.tcl menu.tcl pkgIndex.tcl topbind.tcl center.tcl gettext.tcl mono.tcl postghost.tcl tree.tcl Is the environment variable CYGNUS_GUI_LIBRARY set? If it is and it is pointing to la-la land, I guess that could cause problems. (Alternatively, you could attempt to set this variable to the location of this directory and see what happens...) Please let us know what happens (or if you resolved this already). Keith