Doug Henderson wrote:
"You need to add the -r option to recurse into directories:"
You are 100% correct; my oversight.
Actually, it was a copy and paste error: the real code that I want to test does
use -r, but when I tried to adapt that code to a simpler format for my email, I
accidental
On 31 October 2014 23:00, Brent wrote:
>
>
> It seems that cygwin's zip can archive files whose name includes non-ascii
> (unicode) chars just fine, but if you try to archive a directory whose name
> includes such chars, it fails.
> $ zip test.zip åØâéñ
> adding: åØâéñ/ (stored 0%)
Yo
Nuts, the non-ascii unicode file names that I was using displayed fine when I
looked at them in my email program (even in plain text mode), but I see on the
mailing list web page (https://cygwin.com/ml/cygwin/2014-11/msg1.html) that
they display garbled there.
To recreate my tests, the unic
It seems that cygwin's zip can archive files whose name includes non-ascii
(unicode) chars just fine, but if you try to archive a directory whose name
includes such chars, it fails.
First, I am using the very latest release of cygwin 64 bit:
$ uname -a
CYGWIN_NT-6.1 yhbrent 1.7.32(0.2
I would like to understand how cygwin can manipulate directories with
trailing dots.
I looked at some of the source code and it looks like the windows api's
"GetFullPathName" and "FindFirstFile" are
being used.
But when I try and use those api's directly I cannot read the contents
of director
On May 14 17:35, Alexey Borzenkov wrote:
> There is something strange going on with national characters in
> directory names when using Cygwin 1.7 with UTF-8. Here's a sample
> session:
That's what we discuss in the thread starting at
http://cygwin.com/ml/cygwin/2009-05/msg003
There is something strange going on with national characters in
directory names when using Cygwin 1.7 with UTF-8. Here's a sample
session:
# test.rb
# -*- coding: utf-8 -*-
filename = File.expand_path("test.txt")
puts filename
puts File.open(filename) { |f| f.read }
# test.txt
Th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Enrico Forestieri on 10/8/2006 3:54 PM:
>
> As I explained in an another mail, in this case the culprit is qt3
> and not boost. I suspected boost because of the following comment
> in boost/libs/filesystem/src/path_posix_windows.cpp:
>
>
Enrico Forestieri wrote:
Larry Hall writes:
Enrico Forestieri wrote:
David Arnstein writes:
I just tried to use the Cygwin port of lyx. It cannot cope with my
home directory, which appears as //fs-sj1-15/darnstein in Cygwin. This
is a network directory, obviously.
When lyx starts up, it emit
Larry Hall writes:
>
> Enrico Forestieri wrote:
> > David Arnstein writes:
> >> I just tried to use the Cygwin port of lyx. It cannot cope with my
> >> home directory, which appears as //fs-sj1-15/darnstein in Cygwin. This
> >> is a network directory, obviously.
> >>
> >> When lyx starts up, it e
Enrico Forestieri wrote:
David Arnstein writes:
I just tried to use the Cygwin port of lyx. It cannot cope with my
home directory, which appears as //fs-sj1-15/darnstein in Cygwin. This
is a network directory, obviously.
When lyx starts up, it emits a complaint
QSettings: error creating
On Sat, Oct 07, 2006 at 02:36:46PM +, Eric Blake wrote:
> > > It appears that lyx is trying to access the root directory (/). It
> > > does not seem to know how to interpret the Windows syntax "//."
> >
> > This is because lyx uses the boostfs library with BOOST_POSIX defined,
> > so any path
> > It appears that lyx is trying to access the root directory (/). It
> > does not seem to know how to interpret the Windows syntax "//."
>
> This is because lyx uses the boostfs library with BOOST_POSIX defined,
> so any path of the form //xxx/yyy is normalized to /xxx/yyy.
> I understand that /
David Arnstein writes:
>
> I just tried to use the Cygwin port of lyx. It cannot cope with my
> home directory, which appears as //fs-sj1-15/darnstein in Cygwin. This
> is a network directory, obviously.
>
> When lyx starts up, it emits a complaint
> QSettings: error creating /fs-sj1-15/dar
On Wed, 4 Oct 2006, David Arnstein wrote:
> On Wed, Oct 04, 2006 at 08:19:32PM -0400, Larry Hall (Cygwin) wrote:
> > So mounting the share should work-around this issue, right?
>
> Yes. I also have to redefine the HOME environment variable to P:/ and
> do "cd P:/" before starting lyx, in order to
On Wed, Oct 04, 2006 at 08:19:32PM -0400, Larry Hall (Cygwin) wrote:
> So mounting the share should work-around this issue, right?
Yes. I also have to redefine the HOME environment variable to P:/ and
do "cd P:/" before starting lyx, in order to get it to work correctly.
In this case, P: is the dr
David Arnstein wrote:
I just tried to use the Cygwin port of lyx. It cannot cope with my
home directory, which appears as //fs-sj1-15/darnstein in Cygwin. This
is a network directory, obviously.
When lyx starts up, it emits a complaint
QSettings: error creating /fs-sj1-15/darnstein/.qt
I just tried to use the Cygwin port of lyx. It cannot cope with my
home directory, which appears as //fs-sj1-15/darnstein in Cygwin. This
is a network directory, obviously.
When lyx starts up, it emits a complaint
QSettings: error creating /fs-sj1-15/darnstein/.qt
When I try to save a lyx
On Tue, 22 Feb 2005, Shankar Unni wrote:
> Dave Korn wrote:
>
> > First off, even on POSIX, * isn't a valid filename character
>
> [Clang!]
>
> % mkdir '*'
> % ls
> */
> %
POSIX makes some recommendations about what constitutes portable
filenames. The above is a nonportable name that your op
Dave Korn wrote:
First off, even on POSIX, * isn't a valid filename character
[Clang!]
% mkdir '*'
% ls
*/
%
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
> -Original Message-
> From: cygwin-owner On Behalf Of Eric Blake
> Sent: 19 February 2005 17:51
> To: Frank Juergen-r58616
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> According to Frank Juergen-r58616 on 2/18/2005 7:30 AM:
> > If my target is powerpc-*-eabin , the compilation w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Frank Juergen-r58616 on 2/18/2005 7:30 AM:
> If my target is powerpc-*-eabin , the compilation works but the installation
> is the problem. The make file want create an directory with the label of the
> target (in this case powerpc-*-eab
Hi !!
I try to create a cross compiler suite. The problem is in general trivial but
...
I start with the creation of the binutils !!
If my target is powerpc-*-eabin , the compilation works but the installation is
the problem. The make file want create an directory with the label of the
target
didn't quote the MUSIC_DIR!
sorry.
it works! thank you very much
-Original Message-
From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 11, 2001 1:40 PM
To: Lamar Seifuddin
Cc: [EMAIL PROTECTED]
Subject: RE: Directory names with spaces
Good.
>thanks anyway.
>
>
>
>-Original Message-
>From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, December 11, 2001 12:24 PM
>To: Lamar Seifuddin; [EMAIL PROTECTED]
>Subject: Re: Directory names with spaces - No such - in scr
t: Re: Directory names with spaces - No such - in script
At 05:14 PM 12/11/2001, Lamar Seifuddin wrote:
>Hello All,
>
>I am creating some scripts, setting up the environment
> within the script.
>
>e.g.
>
>$ MUSIC_DIR="/cygdrive/c/Program\ Files/Audiogalaxy\ Satellite/M
At 05:14 PM 12/11/2001, Lamar Seifuddin wrote:
>Hello All,
>
>I am creating some scripts, setting up the environment
> within the script.
>
>e.g.
>
>$ MUSIC_DIR="/cygdrive/c/Program\ Files/Audiogalaxy\ Satellite/Music/";
> export MUSIC_DIR
>
>cd $MUSIC_DIR
>=
Hello All,
I am creating some scripts, setting up the environment
within the script.
e.g.
$ MUSIC_DIR="/cygdrive/c/Program\ Files/Audiogalaxy\ Satellite/Music/";
export MUSIC_DIR
cd $MUSIC_DIR
===
I get an error:
bash: cd
28 matches
Mail list logo