Hi there,
I have recently installed ns from the 2.30 allinone package. I have
successfully compiled it in Cygwin/X, and passes most of the
validation tests except for the ones that are documented. However, I
cannot get nam to run at all. Instead, once it runs it gets
configured and made, and I try to run it in an X window, it crashes
exits:
nam:
[code omitted because of length]
: no files matched glob pattern "~"
while executing
"glob ~"
invoked from within
"lindex [glob ~] 0"
invoked from within
"AnimControl set PORT_FILE_ "[lindex [glob ~] 0]/.nam-port"
In the Cygwin terminal, I get the messages:
winMultiWindowsXMsgProcErrorHan
dler - ERROR: BadWindow <invalid Window parameter>
winMultiWindowsXMsgProcErrorHandler - ERROR: BadWindow <invalid Window
parameter>
Here are my environment variables that I have set, grabbed from my
/etc/profile file:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/ns-
allinone-2.30/bin:/ns-allinone-2.30/tcl8.4.13/unix:/ns-allinone-2.30/tk8.4.13/unix:/:$PATH
LD_LIBRARY_PATH=/ns-allinone-2.30/otcl-1.12:/ns-allinone-2.30/lib
TCL_LIBRARY=/ns-allinone-2.30/tcl8.4.13/library
Output of uname -a is
CYGWIN_NT-5.2 TBDEVCOOP 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin
What do I do to fix this error? It appears to be looking for
something in my home directory, but I have no idea otherwise why it
won't work. Any help would be nice, thanks!