From lipse_huang at 163.com Tue May 31 03:16:47 2005 From: lipse_huang at 163.com (=?gb2312?B?bGlwc2VfaHVhbmc=?=) Date: Tue, 31 May 2005 15:16:47 +0800 (CST) Subject: [Physionet-users] some questions about gtkwave Message-ID: <429C0F5A.000156.08983@m174.mail.163.split.netease.com> Hello: I want to run GTKWAVE command in CYGWIN, but the BASH remind me: "command not found". I have set the environment variable and also added the following line: Shell: C:\Cygwin\bin\bash.exe into DEFAULT file by following the file README.txt of gtkwave. I don't know why it is? thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.physionet.org/pipermail/physionet-users/attachments/20050531/d94f176c/attachment.html From george at mit.edu Tue May 31 09:17:08 2005 From: george at mit.edu (George Moody) Date: Tue, 31 May 2005 09:17:08 -0400 Subject: [Physionet-users] some questions about gtkwave In-Reply-To: <429C0F5A.000156.08983@m174.mail.163.split.netease.com> References: <429C0F5A.000156.08983@m174.mail.163.split.netease.com> Message-ID: <429C63D4.1030802@mit.edu> Please note that 'gtkwave' development has been stopped, since it is now possible to use 'wave' on all of the platforms previously found to be compatible with 'gtkwave'. Please follow the instructions at http://physionet.org/physiotools/wfdb-windows-quick-start.shtml to install 'wave' together with the rest of the WFDB software on your system. >From your note, it's not entirely clear if the problem is that 'bash' can't find 'gtkwave', or if 'gtkwave' can't find 'bash'. I'll try to answer both possible questions: * If you have not installed Cygwin, you don't have 'bash' on your system. In this case, if you installed 'gtkwave' and started it by clicking on its icon, it would be unable to find 'bash'. To fix this problem, install Cygwin (see http://physionet.org/physiotools/cygwin/ for detailed instructions). * If you have installed Cygwin and 'gtkwave', and you are trying to run 'gtkwave' from a Cygwin terminal window, you need to set bash's PATH variable so that it includes the location of 'gtkwave'. If you follow the installation instructions on the 'gtkwave' home page, this will be done automatically; otherwise, find 'gtkwave.exe' on your system and add its location to your PATH, or run it by typing its full pathname (e.g., 'C:\whatever\gtkwave'). For a gentle introduction to PATH and how to set it, see http://linux.org.mt/article/terminal#N104F3 . Remember, though, that 'gtkwave' is unsupported; I recommend using 'wave' instead. -- George