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

insight and cygwin build failure


I am also having problems building insight under cygwin 20.1. It seems to
fail when building libgui. I've tried building in a seperate subdir, but
it seems to have made no difference. Below, /ddrive is a binary mount. This
is all on NT4 SP3.

bash-2.02$ mount
Device           Directory           Type        Flags
d:               /ddrive             native      text!=binary
C:               /                   native      text!=binary

Also, I can't seem to get "make distclean" to work correctly.

Here's the failure....


Making all in library
TCL_LIBRARY=../../../libgui/library/../../tcl/library; export TCL_LIBRARY; \
here=`pwd`; \
 \
cd ../../../libgui/library && \
  echo " auto_mkindex `pwd` advice.tcl balloon.tcl bbox.tcl bgerror.tcl bindings
.tcl canvas.tcl cframe.tcl center.tcl debug.tcl def.tcl internet.tcl    font.tcl
 gensym.tcl gettext.tcl hooks.tcl lframe.tcl list.tcl looknfeel.tcl menu.tcl mon
o.tcl multibox.tcl parse_args.tcl path.tcl postghost.tcl prefs.tcl print.tcl sen
dpr.tcl topbind.tcl toolbar.tcl treetable.tcl ulset.tcl wframe.tcl wingrab.tcl v
entry.tcl combobox.tcl pane.tcl panedwindow.tcl tree.tcl" | $here/../../itcl/itc
l/unix/itclsh.exe
/bin/sh: /ddrive/croley/dac/insight-19990727/build1/libgui/library/../../itcl/it
cl/unix/itclsh.exe: No such file or directory
make[3]: *** [../../../libgui/library/tclIndex] Error 127
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive-am] Error 2
make: *** [all-libgui] Error 2


It appears that the build is looking for itcl/itcl/unix/itclsh.exe, when it
should be looking for itcl/itcl/win/cygitclsh.exe ? Or is it failing to build
itclsh.exe? I've verified that I don't have any environment variables
defined that would interfere with the build. Any ideas?

David
-- 
David Croley              : "The best way to have a good idea is to have
David.Croley@motorola.com :  lots of ideas." - Linus Pauling
Motorola - GSD-Austin     :
Software Engineer/Hacker  :

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