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]

Re: Insight, Source-Navigator, Tcl/Tk, and you


The version of insight in debian currently works with...

Depends: binutils, itcl3.1, itk3.1, tix41 (>= 4.1.0.7-4), iwidgets3.1, itcl3.1, itk3.1, libc6 (>= 2.1.94), libncurses5, tcl8.3 (>= 8.3.0), tix41 (>= 4.1.0.7-4),
tk8.3 (>= 8.3.0), xlib6g (>= 3.3.6-4)

(why is tix listed twice? argh... )

strip with
cd insight-5.0
rm -rf opcodes libiberty opcodes etc texinfo tcl tk itcl itk tix

I don't know if you have a debian box, but packages for sourcenav and
insight are available (source&binary) at apt line
deb http://pccluster.cs.bilkent.edu.tr/~exa/debian/ ./

I've attached the changelog and the diffs (after strip) for insight-5.0
Some of them are clean hacks and I think they'll be useful (like ifdefs
to handle tcl versions, etc), while others won't be clean or correct
so perhaps we can work it out together.

Thanks,
insight (5.0-1) unstable; urgency=low

  * Initial Release.
  * tix/unix/tk8.0/configure.in: TCL_BIN_DIR and TK_BIN_DIR set to (TCL|TK)_SRC_DIR
  * configure.in: host_libs stripped of tcl/tk/itcl/itk
  * gdb/acinclude.m4, gdb/aclocal.m4: changed CY_AC_PATH_ITCLH to look for
    debian dirs, also
  * changed libgui/src/tkCanvEdge.c to comply with debian tk8.0
  * gdb/configure.in: changed ITCL_DEPS and ITK_DEPS to debian ones
  * fake tixConfig.sh in gdb/config
  * tix stripped
  * stripped: opcodes libiberty opcodes etc texinfo
  * changed CY_AC_PATH_TIXCONFIG to CYG_AC_PATH_TIXCONFIG
  * libgui provides tcl package debug 1.0 in a correct way now
  * commented out -sizebox args to some tix components
  * commented out -labelrelief args
  * commented out -labelborderwidth args
  * commented out clientHandlesConfigure options from BrowserWin
  * commented out -ipadx -ipady args from browser win related code
  * changed CY_AC_PATH_ITCLH and CY_AC_PATH_ITKH to work with itcl/itk 3.1
  * gdb/gdbtk/generic/gdbtk-hooks.c: changed Tcl_EvalObj for tcl8.3
  * gdb/gdbtk/generic/gdbtk-hooks.c: added Tcl_GetVar2Ex for tcl8.3
  * gdb/Makefile.in: distclean handles gdbserver subdir
  * gdb/testsuite/gdb.base/Makefile.in: added async & breako2 to executables
  * gdb/configure.in: commented out HLDFLAGS='-Wl,-rpath,$(libdir)' for linux
  * uploaded to archive (closes: #68583)

 -- Eray Ozkural <erayo@cs.bilkent.edu.tr>  Sun, 15 Oct 2000 20:15:37 +0300

Local variables:
mode: debian-changelog
End:

insight_5.0-1.diff.gz


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