[EMAIL PROTECTED] wrote:
"A.J.Mechelynck" <[EMAIL PROTECTED]> 写于 2007-05-14 13:21:47:
If your shell is cmd.exe, "/usr/bin/ctags" will give "Unknown command or
file
name". If you want to mix Dos shells and cygwin utilities, you will have
to
juggle with the path formats: see "man cygpath" from within cygwin.


Best regards,
Tony.
--

My shell is c:/cygwin/bin/bash, since I do not want to mix dos shells with
cygwin utilities. (I don't use any DOS utilities at all.)

I had tried to replace the content of /usr/bin/ctags with something else,
which proves that the ctags does get executed. Cygpath is not the issue
here.

--
Sincerely, Pan, Shi Zhu. ext: 2606



If your shell is bash and your ctags a cygwin version, you shouldn't pass \"D:/panshizhu/blabla.cpp\" to the latter nor >D:/temp/VIo74.tmp to the former. You may pass either /cygdrive/d/panshizu/blabla.cpp >/cygdrive/d/temp/VIo74.tmp, or (IIUC) `cygpath -u D:\\panshizu\\blabla.cpp` >`cygpath -u D:\\temp\\VI074.tmp`


Best regards,
Tony.
--
Organic chemistry is the chemistry of carbon compounds.  Biochemistry
is the study of carbon compounds that crawl.
                -- Mike Adams

Reply via email to