|
On Wed, 3 Mar 2010 11:13:19 -0600, "Nellis, Kenneth" <Kenneth.Nellis@acs-inc.com
$ cygpath -AO
cygpath: failed to retrieve special folder path
Started by Kenneth on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
--Ken Nellis.
Cygcheck.out attached.
So I'm guessing that is what is tripping up cygpath.
|
|
On Tue, 25 Sep 2007 16:23:21 -0700, Jerome Fong <jfong@successmetricsinc.com
I am trying to use cygpath -u to convert my windows path to an unix path
in my shell script. However, it has problems with paths that has spaces
in it. For example,...
Started by Jerome Fong on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
$ tttt="$(cygpath -u "$(cygpath -m -s "$JAVA_HOME")")"
$ echo $tttt
/cygdrive/c, so there
is no avoiding the....
This is what I was doing:
$ ttt="$(cygpath -u "$JAVA_HOME")"
$ echo $ttt to double quote.
To be a quoting problem.
|
|
On Mon, 10 Dec 2007 22:34:55 -0800 (PST), Brent <yhbrent@yahoo.com
If I execute
mypath=`cygpath -w ../`
echo $mypath
I get
d:\unix\nextVersion\script
OK, d:\unix\nextVersion\script is the correct windows version of the path, but it...
Started by Brent on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
All Windows system calls (and most Windows.
The forward slash variant without
using cygpath.
|
Ask your Facebook Friends
|
On Tue, 29 Dec 2009 17:11:13 -0000, "Jon Beniston" <jon@beniston.com
Hi,
cygpath can read a list of paths to convert from a file, when started with
-file. However, how do you specify paths with spaces in them in this mode?
It seems quoting the ...
Started by Jon Beniston on
, 8 posts
by 5 people.
Answer Snippets (Read the full thread at omgili):
Another one for next year....
I
assume we need an extension like allowing to specify another separator .
Space is used as the field separator in the file .
On Wed, 30 Dec 2009 13:01:29 +0100, Corinna Vinschen <corinna-cygwin@cygwin.com
No, it doesn't .
|
|
On Mon, 22 Feb 2010 15:42:45 +0000, Andy Koppe <andy.koppe@gmail.com
It seems there's been a change in 'cygpath -w' behaviour. Is this intentional?
On 1.7.1 (with C:\ as Cygwin root):
$ cygpath -w /tmp
C:\tmp
On 1.7.2s(0.222/5/3) 20100219 12:5...
Started by Andy Koppe on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Project Co-Leader ... .
Should be fixed in CVS.
On Mon, 22 Feb 2010 18:41:11 +0100, Corinna Vinschen <corinna-cygwin@cygwin.com
Thanks for the report .
|
|
On Wed, 05 May 2010 20:24:12 +0200, Gary <cygwin@garydjones.name
I often find myself running a piece of software from within emacs that
expects, and spits out, Windows-style paths ("C:\..."). Handling sending
it Windows paths based on the Cygwin...
Started by Gary on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
In-string "\n" ""
(shell-command-to-string (concat "cygpath --unix '" path.
|
|
On Sat, 29 May 2010 10:09:26 +0200, Gary <cygwin@garydjones.name
How should cygcheck behave when given a "PATH list" (e.g.,
'/bin:/usr/bin'), *without* the -p option?
For example:
$ cygpath -a -p -C ANSI -w /bin:/usr/bin
C:\cygwin\bin;C:\cygwin...
Started by Gary on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Since the tool
output is mixed....
It looks like cygpath tries
to convert every line of (for example) '-f -' though.
On Sat, 29 May 2010 17:20:55 +0200, Gary <cygwin@garydjones.name
cygpath, not cygcheck
/me to Cygwin/Unix style paths.
|
|
On Thu, 15 Oct 2009 12:29:06 +0800, "nwpu053821@gmail.com" <nwpu053821@gmail.com
when i set the LANG to en_US.UTF-8, the `cygpath -D' could not display
the Chines character correctly.
In other environment, such as `ls' `vim', the the Chines character...
Started by nwpu053821@gmail.com on
, 7 posts
by 4 people.
Answer Snippets (Read the full thread at omgili):
--
Problem reports: http://cygwin.com/problems.html.
Some, but this would not be a cygpath issue.
I have no problem with Japanese-Kana or Chinese-Kanji characters
related with cygpath.
|
|
On Mon, 23 Mar 2009 20:01:45 -0400, "Lee D. Rothstein" <l1ee057@veritech.com
This is my oversight. I used the wrong example, but even for the right
example, I believe I
misdiagnosed the problem. The correct, verified diagnosis follows (I hope)...
Started by Lee D. Rothstein on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
What kind of "softlink" are you talking about? Is that a
Windows shortcut created by Windows? Or is that a Cygwin symlink?
If the latter, did you create the... .
On Tue, 24 Mar 2009 11:17:15 +0100, Corinna Vinschen <corinna-cygwin@cygwin.com
Hmm .
|
|
On Tue, 23 Feb 2010 15:30:05 -0800 (PST), Ilguiz Latypov <ilatypov@infradead.org
(a) I found that winsup/cygwin/mkimport specified non-existent file names as arguments to objcopy invocations. I am not sure why this did not cause build breaks earlier...
Started by Ilguiz Latypov on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
On Thu, 25 Feb 2010 10:43:18 -0500, Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com
It isn't clear from your email what you are attempting to accomplish but
it sounds like you are trying to build cygwin using a non-cygwin-aware
version... .
|