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]

[Fwd: Re: Failure to run insight under cygwin]


For the record.
-----Forwarded Message-----

> From: Keith Seitz <keiths@redhat.com>
> To: Andy Hare <ahare@ap-systems.co.uk>
> Subject: Re: Failure to run insight under cygwin
> Date: 05 May 2003 15:25:19 -0700
> 
> On Mon, 2003-05-05 at 15:07, Andy Hare wrote:
> > How do I find out what it found, All the files appear to have installed
> > correctly, the problem appears to be a path issue. How does Insight now
> > where to get library *.tcl files from.
> 
> You can try adding 'puts stdout "$::errorInfo"' in main.tcl where it
> does the package require.
> 
> Insight fetches the libgui location from libgui. In gdbtk_init
> (gdbtk.c), we call "ide_initialize_paths". This runs a proc in libgui
> (to which we link) which figures out where the library files are. You'd
> be in trouble much earlier if it didn't find the right the tclIndex. (It
> would say something "Can't find the GUI Tcl library in the following
> directories: [list of dirs it searched]"
> 
> I'm building on cygwin now (CVS HEAD). I'll let you know if anything
> comes up.
> 
> Keith
> 


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