Re: [perl #10008] Not OK: perl v5.8.0 on cygwin-multi-64int 1.3.12s(0.5332) (UNINSTALLED)

2003-01-18 Thread H.Merijn Brand
On Fri 17 Jan 2003 21:25, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Fri, Jan 17, 2003 at 05:40:17PM +0100, H.Merijn Brand wrote: > >Now that I managed automatic install of snapshots :))) I traced it back. > > > >20030113 OK > >20030114 OK > >20030115 Crash on above cd > >20030116 Crash on

VPATH broken with multiple dirs

2003-01-18 Thread Christopher Seawood
I'm attempting to modify the Mozilla build system so that it heavily relies upon using multiple dirs in the VPATH and I ran into a problem. If I list multiple directories in the VPATH, only source files that are in the first directory are found. I added a couple of printfs to the cygwin make sour

Re: VPATH broken with multiple dirs

2003-01-18 Thread Christopher Seawood
Christopher Seawood wrote: Before: VPATH = c:/root/rmch/mozilla/js/src/xpconnect c:/root/rmch/mozilla/js/src/xpconnect/idl After: VPATH = /cygdrive/c/root/rmch/mozilla/js/src/xpconnect c:/root/rmch/mozilla/js/src/xpconnect/idl This implies that the cygwin_win32_to_posix_path_list() function doe

How to automatically process file/dir names?

2003-01-18 Thread svartsjel
Hi, Quite a few problems arise from within self-written scripts when dealing with (Windows') file and directory names containing spaces. I therefore thought about a script which takes a directory as argument, recursively processing both file and (sub)dir names in it (starting with the argument's n

Re: How to automatically process file/dir names?

2003-01-18 Thread Robert Collins
On Sat, 2003-01-18 at 22:02, [EMAIL PROTECTED] wrote: > Hi, > > Quite a few problems arise from within self-written scripts when dealing > with (Windows') file and directory names containing spaces. Are you aware that spaces in file and directory names are legal on unix? Rob -- GPG key

Re: setup errors

2003-01-18 Thread Max Bowsher
[EMAIL PROTECTED] wrote: > I encountered a couple of problems updating my installation this > morning. I use the download option, and then run setup again > with the "Install from Local Directory" option to actually > update Cygwin. Setup.exe version 2.249.2.5. > > While performing the latter stage

aspell within cygwin?

2003-01-18 Thread svartsjel
Hi, how can I use aspell in conjunction with Cygwin (vim)? greetings, svartsjel -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: VPATH broken with multiple dirs

2003-01-18 Thread David Means
An interesting problem.  I'm not sure there's a programatic way to solve it.  While spaces are allowed in unix paths, VPATH obviously doesn't account for this behaviour and assumes spaces are delimiters.. However, MSDOS/Windows VPATH requires semicolons.  I would assume that it does not allow s

Re: aspell within cygwin?

2003-01-18 Thread Thorsten Kampe
* [EMAIL PROTECTED] (03-01-18 15:03 +0100) > how can I use aspell in conjunction with Cygwin ./configure make make install > (vim)? man aspell man vim Thorsten -- Content-Type: text/explicit; charset=ISO-8859-666 (Parental Advisory) Content-Transfer-Warning: message contains innuendos not su

Apache corrupt big file

2003-01-18 Thread Tetsu KOUNO
Hi Cygwin, I have a problem with apache. I found a mail which reports same symptom, in cygwin-apps mailing list (attached below). However I can not find follow-ups which gives a solution of the problem. From: Dmitry Suh

Bom dia cygwin

2003-01-18 Thread Ricardo...
Você pode personalizar sua mensagem Os campos abaixo funcionam no campo de Assunto e no Corpo da Mensagem [EMAIL PROTECTED] cygwin ==exemplo== Bom dia cygwin Seu email é [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://

Re: VPATH broken with multiple dirs

2003-01-18 Thread Christopher Faylor
On Sat, Jan 18, 2003 at 09:16:42AM -0500, David Means wrote: >An interesting problem. I'm not sure there's a programatic way to solve >it. While spaces are allowed in unix paths, VPATH obviously doesn't >account for this behaviour and assumes spaces are delimiters.. However, >MSDOS/Windows VPATH

Re: aspell within cygwin?

2003-01-18 Thread Christopher Faylor
On Sat, Jan 18, 2003 at 03:25:04PM +0100, Thorsten Kampe wrote: >* [EMAIL PROTECTED] (03-01-18 15:03 +0100) >> how can I use aspell in conjunction with Cygwin > >./configure >make >make install > >> (vim)? > >man aspell >man vim Heh. Dunno why but this made me LOL. Sorry for the off-topic observ

Re: How to automatically process file/dir names?

2003-01-18 Thread Randall R Schulz
Hello, Most of what you want in terms of the name transformations you want can be effected with the "tr" command. Study it. Naturally, the "mv" command is how you rename files. Given the new name for a file, you'll have to do this in a multi-step fashion, at least in general. The general algor

Re: VPATH broken with multiple dirs

2003-01-18 Thread David Means
On Sat, 2003-01-18 at 11:46, Christopher Faylor wrote: {snip} >http://www.delorie.com/gnu/docs/make/make_27.html This is cygwin make, not djgpp make. Cygwin make uses colons, not semicolons. If semicolons actually *work*, that's a bug. Actually, it's not cygwin make, it's GNU: $ make -

Prev Cur Exp

2003-01-18 Thread Kuz'ma 725
I've seen this asked in the mail archives a couple times but never answered: what do these mean? My guess would be the version of a given package in the Previous, Current, and Experimental(?) builds. I think it would be helpful to mention stuff like that somewhere in the documentation. kuzma7

Re: Prev Cur Exp

2003-01-18 Thread Max Bowsher
Kuz'ma 725 wrote: > I've seen this asked in the mail archives a couple times but never > answered: what do these mean? My guess would be the version of a > given package in the Previous, Current, and Experimental(?) builds. Exactly right. > I think it would be helpful to mention stuff like that

Re: [ANNOUNCEMENT] Updated: cygwin-doc-1.3

2003-01-18 Thread Joshua Daniel Franklin
> This might be a phoney report but I think not. (Sorry : unfortunately I let > Norton correct the error as well as find it.) As follows: after updating > cygwin-doc the three shortcuts in Start -> Programs -> Cygwin (i.e. to API, > FAQ and UG) are unaltered and therefore still point to the previou

Re: Apache corrupt big file

2003-01-18 Thread Stipe Tolj
Tetsu KOUNO wrote: > > Hi Cygwin, > > I have a problem with apache. > I found a mail which reports same symptom, in cygwin-apps mailing list (attached > below). However I can not find follow-ups which gives a solution of the problem. sorry, I could never reproduce the reported problem. Seems to

Re: build php4.3.0 as a module for apache_1.3.27 (Cygwin) fail

2003-01-18 Thread Stipe Tolj
[EMAIL PROTECTED] wrote: > > Thanks Elfyn and Stipe. > > I will try a php forum application ( FUDforum 2.3.6 ) on cygwin. The installation ( >install.php ) for this forum need php.exe. > But the sources provided with cygwin, will just install the mod_php4, there is no >php.exe. > So i have to i

Re: VPATH broken with multiple dirs

2003-01-18 Thread Christopher Faylor
On Sat, Jan 18, 2003 at 03:06:38PM -0500, David Means wrote: > >On Sat, 2003-01-18 at 11:46, Christopher Faylor wrote: > >> {snip} >> >http://www.delorie.com/gnu/docs/make/make_27.html >> >> This is cygwin make, not djgpp make. Cygwin make uses colons, not >> semicolons. If semicolons actually *

find Exhibits Strange Behavior ?

2003-01-18 Thread Paul T. Karch
After I startup with cygwin.bat I am put into the /home/user directory. If I try to do any of the commands: find . -iname *.c find -iname *.c find / -iname *.c I get the following: find: paths must precede expression Usage: find [path...] [expression] If I enter: find *.c it works OK, but not r

Re: find Exhibits Strange Behavior ?

2003-01-18 Thread Cliff Hones
Paul T. Karch" [EMAIL PROTECTED] writes: > After I startup with cygwin.bat I am put > into the /home/user directory. > If I try to do any of the commands: > find . -iname *.c > find -iname *.c > find / -iname *.c > > I get the following: > > find: paths must precede expression > Usage: find [pat

Re: find Exhibits Strange Behavior ?

2003-01-18 Thread Randall R Schulz
Paul, Always quote the pattern arguments so they're not expanded by the shell before being passed on to "find." This is just as it is on any ixoid platform. Shells have options about what to do with glob expressions when no matches are present. In BASH it's the "nullglob" option. Not knowing h

Strange problem with cygwin and arm-uclibc toolchain build

2003-01-18 Thread George Najarian
Sorry if I am a little vague on the info, I can fill in any info on request. I have 2 machines, 1 is a 1.2GHZ athlon running Mandrake 9.0, and the other is a 2000+XP Athlon running Windows 2000 SP3 and the current download version of cygwin. The application is the toolchain makefile located on the

Re: How to automatically process file/dir names?

2003-01-18 Thread Thomas Baker
> At 03:02 2003-01-18, [EMAIL PROTECTED] wrote: > >Quite a few problems arise from within self-written scripts when dealing > >with (Windows') file and directory names containing spaces. I therefore > >thought about a script which takes a directory as argument, recursively > >processing both fil