Re: Cygintl-3.dll was not found

2006-10-27 Thread Christopher Faylor
On Fri, Oct 27, 2006 at 06:41:51PM -0700, infoterror wrote: >gdiviney wrote: >>A one-hour compiler class assignment has become an all-day goose-hunt. >>Thanks Cygwin developers! Maybe someday I???ll have the opportunity to >>waste an entire day of your lives. If it weren???t for schools, your >>ab

Re: rxvt: Ctrl+C leaves child process of native processes

2006-10-27 Thread Christopher Faylor
On Fri, Oct 27, 2006 at 05:40:36PM -0700, Hari Krishna Dara wrote: >When I hit ^C in an rxvt window (no X), it doesn't result in killing >all the child processes. > >In this specific case, I am running ant, either through ant.bat, ant >(shell script) or through a custom perl wrapper (which directly

Problem passing Windows path names from batch file to bash script

2006-10-27 Thread Gary Johnson
I am trying to pass Windows path names from a Windows batch file to a Cygwin bash script. I have found a solution using Windows environment variable substitution to replace \s with /s before passing the name to bash, but I cannot figure out how to pass the name without that replacement. The p

Re: Changing Windows "hidden" and "system" attributes?

2006-10-27 Thread Lloyd Zusman
Thorsten Kampe thorstenkampe.de> writes: > * Lloyd Zusman (Fri, 27 Oct 2006 11:49:51 + (UTC)) > > > > Cygwin offers the "-W, --windows" extension to ps and the regtool, > > getfacl, and setfacl commands (to name but three) which offer > > Windows-specific (i.e., non-Linux) capabilities. > >

Re: Cygintl-3.dll was not found

2006-10-27 Thread infoterror
gdiviney wrote: > > A one-hour compiler class assignment has become an all-day goose-hunt. > Thanks Cygwin developers! Maybe someday I’ll have the opportunity to waste > an entire day of your lives. If it weren’t for schools, your aberrant work > would have been forgotten long ago. > Agreed.

rxvt: Ctrl+C leaves child process of native processes

2006-10-27 Thread Hari Krishna Dara
When I hit ^C in an rxvt window (no X), it doesn't result in killing all the child processes. In this specific case, I am running ant, either through ant.bat, ant (shell script) or through a custom perl wrapper (which directly executes java bypassing ant.bat or ant). When the perl wrapper is us

Re: Bash 3.1.17(8): Scripts on textmode mount get problems with CR characters

2006-10-27 Thread Matthew Woehlke
Buchbinder, Barry (NIH/NIAID) [E] wrote: on Friday, October 27, 2006 2:16 PM, Matthew Woehlke wrote: Long, Phillip GOSS wrote: U don't have d2u on all platforms, but U probably _do_ have awk or gawk on every platform. I came up with a simple fix for the CRLF problem when I encountered it, whic

RE: Re: Bash 3.1.17(8): Scripts on textmode mount get problems with CR characters

2006-10-27 Thread Buchbinder, Barry \(NIH/NIAID\) [E]
on Friday, October 27, 2006 2:16 PM, Matthew Woehlke wrote: > Long, Phillip GOSS wrote: >> U don't have d2u on all platforms, but U probably _do_ have awk or >> gawk on every platform. I came up with a simple fix for the CRLF >> problem when I encountered it, which is still klugy, but works on >>

Re: Bash 3.1.17(8): Scripts on textmode mount get problems with CR characters

2006-10-27 Thread Matthew Woehlke
Long, Phillip GOSS wrote: U don't have d2u on all platforms, but U probably _do_ have awk or gawk on every platform. I came up with a simple fix for the CRLF problem when I encountered it, which is still klugy, but works on every POSIX or Cygwin platform: gawk '//' fileFromTextMount > fileWit

httpd2 causes 100% server for few seconds _after_ request completed

2006-10-27 Thread Sergei Kolodka
Guys, Anyone ever seen situation when httpd2 overloads entire server for a few seconds after request ? I.e. I run with browser perl script that queries MySQL database. Perl load about 10%, MySQL - up to 25% and in second or two after page completely loaded httpd2 causes 100% processor load - ever

Re: vim intellisense omnifunc

2006-10-27 Thread Corinna Vinschen
On Oct 27 14:55, Dave Korn wrote: > On 27 October 2006 10:57, jt wrote: > > > Hello, > > > > "Intellisense" is one of the new very useful functionnalies in vim 7. > > Ouch. They really need to stop using a Microsoft trademark ASAP, before > they attract unwelcome (== lawyerly) attention...

Re: vim intellisense omnifunc

2006-10-27 Thread Corinna Vinschen
On Oct 27 15:24, jt wrote: > >Vim is built with everything (--with-features=huge option). Omni > >completion > >is present. Did you set "filetype plugin on" in your .vimrc file? > > Yes I did. Now your question allowed me to narrow the issue: omnifunc > is indeed bundled but not the bindings to

RE: Bash 3.1.17(8): Scripts on textmode mount get problems with CR characters

2006-10-27 Thread Long, Phillip GOSS
-Original Message- >From: Eric Blake >Sent: Wednesday, October 25, 2006 8:05 AM >To: Bruun, Peter Michael >Subject: Re: Bash 3.1.17(8): Scripts on textmode mount get problems with CR characters > >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >http://cygwin.com/acronyms/#PPIOSPE - r

Re: Changing Windows "hidden" and "system" attributes?

2006-10-27 Thread Thorsten Kampe
* Lloyd Zusman (Fri, 27 Oct 2006 11:49:51 + (UTC)) > Thorsten Kampe thorstenkampe.de> writes: > > * Lloyd Zusman (Thu, 26 Oct 2006 11:31:39 + (UTC)) > > > Aside from using "cmd /c attrib", is there a way in cygwin for me to > > > change the Windows "hidden" or "system" attributes of a file

RE: vim intellisense omnifunc

2006-10-27 Thread Dave Korn
On 27 October 2006 10:57, jt wrote: > Hello, > > "Intellisense" is one of the new very useful functionnalies in vim 7. Ouch. They really need to stop using a Microsoft trademark ASAP, before they attract unwelcome (== lawyerly) attention... cheers, DaveK -- Can't think of a witt

Re: vim intellisense omnifunc

2006-10-27 Thread jt
Vim is built with everything (--with-features=huge option). Omni completion is present. Did you set "filetype plugin on" in your .vimrc file? Yes I did. Now your question allowed me to narrow the issue: omnifunc is indeed bundled but not the bindings to python, ruby, tcl, ... as the output of

Re: Piping to the 'read' command

2006-10-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to [EMAIL PROTECTED] on 10/27/2006 6:38 AM: > Thanks Dave - I guess I should have explained in my original email that > I'm converting a ksh script which currently runs successfully under > HP-UX. If I run the following command under HP-UX ks

RE: Piping to the 'read' command

2006-10-27 Thread cwmail
Thanks Dave - I guess I should have explained in my original email that I'm converting a ksh script which currently runs successfully under HP-UX. If I run the following command under HP-UX ksh: echo "Test" | read VAR1 VAR1 will hold the value "Test" in the parent environment. This doesn't happ

Re: Changing Windows "hidden" and "system" attributes?

2006-10-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Lloyd Zusman on 10/27/2006 5:49 AM: > >>> There don't seem to be any extensions to chmod that will accomplish >>> this, >> There is no concept of hidden or system as a file attribute in Linux. >> It's achieved via a leading dot in the fi

Re: vim intellisense omnifunc

2006-10-27 Thread Corinna Vinschen
On Oct 27 11:57, jt wrote: > Hello, > > "Intellisense" is one of the new very useful functionnalies in vim 7. > It has to be enabled at compile time but it seems it is not in the > cygwin package. > > Could this be added soon (it is just some flags)? > Should I post to cygwin-app for this kind of

Re: Piping to the 'read' command

2006-10-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Easton on 10/27/2006 1:43 AM: > Hi, > > Fri, 27 Oct 2006 Ian Taylor wrote: >> Can anyone explain what is happening here (using pdksh as my shell) when >> I try to set an environment variable using 'read': This is one of the bash FAQs

Re: Changing Windows "hidden" and "system" attributes?

2006-10-27 Thread Lloyd Zusman
Thorsten Kampe thorstenkampe.de> writes: > > * Lloyd Zusman (Thu, 26 Oct 2006 11:31:39 + (UTC)) > > Aside from using "cmd /c attrib", is there a way in cygwin for me to > > change the Windows "hidden" or "system" attributes of a file? > > Yes, "attrib" (without the "cmd /c") That doesn't w

Re: Portaudio Errors on Cygwin

2006-10-27 Thread Hugh McMaster
Hi everyone, I'd just like to report that this issue has been resolved. It would seem that my Cygwin installation had never completed properly. A fresh installation fixed the issue. Hugh On 21/10/06, Hugh McMaster <[EMAIL PROTECTED]> wrote: > Hi Brian, > > I apologise for the lack of info

RE: Piping to the 'read' command

2006-10-27 Thread Dave Korn
On 27 October 2006 04:04, [EMAIL PROTECTED] wrote: > Can anyone explain what is happening here (using pdksh as my shell) when > I try to set an environment variable using 'read': Variables set in a subshell process are not returned back into the parent process environment. > > This works: >

vim intellisense omnifunc

2006-10-27 Thread jt
Hello, "Intellisense" is one of the new very useful functionnalies in vim 7. It has to be enabled at compile time but it seems it is not in the cygwin package. Could this be added soon (it is just some flags)? Should I post to cygwin-app for this kind of problem? Thanks, -- jt -- Unsubscribe i

Re: Piping to the 'read' command

2006-10-27 Thread Jim Easton
Hi, Fri, 27 Oct 2006 Ian Taylor wrote: > Can anyone explain what is happening here (using pdksh as my shell) when > I try to set an environment variable using 'read': ... > > This doesn't work: > $ echo Test2 | read VAR2 > $ echo "VAR2 is $VAR2" > VAR2 is > > This works within the 'while' loop o