Re: HISTFILE in zsh

2007-01-15 Thread Eli Barzilay
"Peter A. Castro" <[EMAIL PROTECTED]> writes: > On Sat, 23 Dec 2006, Eli Barzilay wrote: > > Greetings, Eli, >(Sorry for the long delay, vacation, etc etc.) > > > I'm having the same problem that is described at > > > > http://www.cygwin.com/ml/cygwin/2004-12/msg00195.html > > > > I'm surpr

1.5.23: ip_mreq_source not defined in cygwin/sockets.h

2007-01-15 Thread Shishir Birmiwal
Hi, I recently tried building live55 streaming media (live555.com) on cygwin-1.5.23. While building, it complained of the structure ip_mreq_source being not defined. A little bit of probing and emailing the live-devel mailing list revealed that IP_ADD_SOURCE_MEMBERSHIP is defined in cygwin/socke

git 1.4.4.4 problem on windows xp.

2007-01-15 Thread William Adams
I have a git repository that I can clone fine from linux and macosx clients, but when I try to clone it on windows I get a "cannot find shell32" error. Now, shell32 exists happily in my c:\WINDOWS\system32 directory, and that directory is a part of my path. I do not have the exact error from th

Re: Changed handling of "!" in /bin/sh?

2007-01-15 Thread Luke Kendall
On 15 Jan, Eric Blake wrote: > > > SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:igncr:interactive-comments:monitor > > > There you go. You have "history" enabled in SHELLOPTS, which is a > non-POSIX extension, and explains why /bin/sh is not doing what you > expected. Your s

Re: email and gmail

2007-01-15 Thread René Berber
Jeremy T. Harrison wrote: > I am trying, fruitlessly, to get the email program to work with my gmail > account. I have ssmtp working fine (I did need to do some patching and > recompile ssmtp). The email program, on the other hand, is just > slightly beyond me. :-( > > My debugging indicates th

RE: SVN not working correctly...

2007-01-15 Thread Dave Korn
On 16 January 2007 03:09, Leo28C wrote: > ARGH, Linux and anything to do with it makes me SO mad... >:( > > How do I change the newlines? There's more than 100 files to change I > believe, and it's hard to do with SciTE... :-/ > > I downloaded RapidSVN, but I have no idea how to use it... What t

Re: SVN not working correctly...

2007-01-15 Thread René Berber
Leo28C wrote: > ARGH, Linux and anything to do with it makes me SO mad... >:( What has Linux to do with the problem? > How do I change the newlines? There's more than 100 files to change I > believe, and it's hard to do with SciTE... :-/ You don't have to change anything. SciTE is for Windows,

Re: Changed handling of "!" in /bin/sh?

2007-01-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Luke Kendall on 1/15/2007 8:15 PM: > I also just wrote this which fails with a "line 2: !": event not found": > > #!/bin/sh > echo "Hello world!" > > > SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:igncr:interactive-comments:mo

Re: SVN not working correctly...

2007-01-15 Thread Christopher Faylor
On Mon, Jan 15, 2007 at 07:09:08PM -0800, Leo28C wrote: >ARGH, Linux and anything to do with it makes me SO mad... >:( Then what in the world are you doing here? Go away! cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.htm

Re: Changed handling of "!" in /bin/sh?

2007-01-15 Thread Luke Kendall
On 15 Jan, Eric Blake wrote: > > According to Luke Kendall on 1/15/2007 7:39 PM: > > I have a script that starts #!/bin/sh which has occasional things like > > the use of an exclamation mark in a string, or a case statement to > > accept an exclamation mark to throw a shell, which has stopped wo

Re: SVN not working correctly...

2007-01-15 Thread Leo28C
ARGH, Linux and anything to do with it makes me SO mad... >:( How do I change the newlines? There's more than 100 files to change I believe, and it's hard to do with SciTE... :-/ I downloaded RapidSVN, but I have no idea how to use it... What the hell's a "repository"? I uninstalled Linux for a

email and gmail

2007-01-15 Thread Jeremy T. Harrison
I am trying, fruitlessly, to get the email program to work with my gmail account. I have ssmtp working fine (I did need to do some patching and recompile ssmtp). The email program, on the other hand, is just slightly beyond me. :-( My debugging indicates that email is not passing the paramet

Re: Changed handling of "!" in /bin/sh?

2007-01-15 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Luke Kendall on 1/15/2007 7:39 PM: > I have a script that starts #!/bin/sh which has occasional things like > the use of an exclamation mark in a string, or a case statement to > accept an exclamation mark to throw a shell, which has stopp

Changed handling of "!" in /bin/sh?

2007-01-15 Thread Luke Kendall
I have a script that starts #!/bin/sh which has occasional things like the use of an exclamation mark in a string, or a case statement to accept an exclamation mark to throw a shell, which has stopped working now that I've upgraded to a non-ancient Cygwin (i.e. now that sh == bash). It seems that

Re: SVN not working correctly...

2007-01-15 Thread Larry Hall (Cygwin)
On 01/15/2007, René Berber wrote: Leo28C wrote: > I asked on a PSP coding form and they suggested to reinstall, so I tried Yep, reinstall, reboot, reboot, reboot, and see if that helps... ;-) Don't you love all those "experts" posting to user groups? I may be wrong, by the way. That's O

Re: SVN not working correctly...

2007-01-15 Thread René Berber
Leo28C wrote: > Hello everyone! :-D > > Hey, I installed Cygwin with the following options: > > Devel: Install > wget: (latest version) > > Now I'm trying to update a program (for coding the PSP) through SVN. The > tutorial I'm reading > (http://www.psp-programming.com/tutorials/c/lesson01.htm)

Re: Arkeia

2007-01-15 Thread ignacious
That's the wrong procedure, you should not set DISPLAY yourself, ssh takes care of that, and the value of DISPLAY is not , ssh will set it to :10 or similar. That's what happens when you set DISPLAY wrong, in this case there is a firewall that prevents direct connections. Ssh doesn't use direct

SVN not working correctly...

2007-01-15 Thread Leo28C
Hello everyone! :-D Hey, I installed Cygwin with the following options: Devel: Install wget: (latest version) Now I'm trying to update a program (for coding the PSP) through SVN. The tutorial I'm reading (http://www.psp-programming.com/tutorials/c/lesson01.htm) says to execute the command 'svn

Re: Arkeia

2007-01-15 Thread René Berber
ignacious wrote: > > "Do you have included ssh-option '-X'? > This is a common error I make. > (Just a thought...) > SE" > > Yes...I'm using: > ssh -Y -l root > I'm able to log in and type: > DISPLAY=:0.0 That's the wrong procedure, you should not set DISPLAY yourself, ssh takes care of that, a

Cygwin Python/PIL TCL/TK fork rebase solution

2007-01-15 Thread Ross Patterson
I recently was forced to build PIL under Cygwin Python 2.4.3 and ran into the Cygwin fork/rebase issue with TCL/TK yet again. Unfortunately, none of the rebase workarounds I found through my copious STFWing worked this time. Through trial and error I found that the following worked: rebase -b 0x1

Re: Arkeia

2007-01-15 Thread ignacious
"Do you have included ssh-option '-X'? This is a common error I make. (Just a thought...) SE" Yes...I'm using: ssh -Y -l root I'm able to log in and type: DISPLAY=:0.0 then: xarkeia & After this I get an error message: Cannot open display [] -- View this message in context: http://www.nab

[ANNOUNCEMENT] Updated: monotone-0.32-1

2007-01-15 Thread Lapo Luchini
Version 0.32-1 of monotone has been uploaded. monotone is a free distributed version control system. it provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. it understands history-sensitive merging, li

Re: 1.5.23: Program with GSL does not compile

2007-01-15 Thread Christopher Faylor
On Mon, Jan 15, 2007 at 08:22:45PM +0100, Nils Kehrein wrote: >I tried to attach a test case but it didn't get through the mailfilter, >so here it is: > >~~ test_gsl.cpp 8< ~~~ >#include > >int main(void) >{ >gsl_matrix *M = gsl_matrix_alloc(1, 1); >return 0; >} >~~ >8 ~~ Actually, it *di

Re: 1.5.23: Program with GSL does not compile

2007-01-15 Thread Nils Kehrein
Dave Korn wrote: > A side-effect of dynamic linking using .so shared objects. > Try putting your source file earlier on the commandline and the > libraries later. Oh, it was that easy ... strange. Thanks a lot for the *really* quick help! :-) Regards, Nils. -- It's like boxing a glacier. Enjoy

Re: 1.5.23: Program with GSL does not compile

2007-01-15 Thread Nils Kehrein
I tried to attach a test case but it didn't get through the mailfilter, so here it is: ~~ test_gsl.cpp 8< ~~~ #include int main(void) { gsl_matrix *M = gsl_matrix_alloc(1, 1); return 0; } ~~ >8 ~~ Regards, Nils. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

RE: 1.5.23: Program with GSL does not compile

2007-01-15 Thread Dave Korn
On 15 January 2007 19:19, Nils Kehrein wrote: > Hi, > > I am trying to compile a C++ program which uses GSL, but it fails > for some odd reason. It goes like > > $ g++ -Wall `gsl-config --cflags` `gsl-config --libs` test_gsl.cpp > > ~~ >8 ~~ > /path/to/Temp/ccQ03psi.o:test_gsl.cpp:(.text+0x29):

1.5.23: Program with GSL does not compile

2007-01-15 Thread Nils Kehrein
Hi, I am trying to compile a C++ program which uses GSL, but it fails for some odd reason. It goes like $ g++ -Wall `gsl-config --cflags` `gsl-config --libs` test_gsl.cpp ~~ >8 ~~ /path/to/Temp/ccQ03psi.o:test_gsl.cpp:(.text+0x29): undefined reference to `_gsl_matrix_alloc' collect2: ld returned

Re: problem with running tcl/tk scripts

2007-01-15 Thread d-gitelman
Dave: Thank you very much! That worked part way. It now properly runs this command when I call it from the command line. exec sh -c /usr/local/fsl/bin/Fdt_gui & However, it the buttons in the GUI still do not work. For some reason the command in the button is not executed. The button is

Re: National characters in the command window

2007-01-15 Thread Saro Engels
Enrique Perez-Terron schrieb: I have a Norwegian keyboard, and when I type the national characters on the command line, nothing shows up - that is, the æ (the ae ligature) and å (a with ring above) keys do not respond, while the ø (o with slash across) key produces 'o'. Dead-accent key combina

Re: National characters in the command window

2007-01-15 Thread Larry Hall (Cygwin)
Enrique Perez-Terron wrote: I have a Norwegian keyboard, and when I type the national characters on the command line, nothing shows up - that is, the æ (the ae ligature) and å (a with ring above) keys do not respond, while the ø (o with slash across) key produces 'o'. Dead-accent key combinati

RE: struct passwd problem : running on XP

2007-01-15 Thread Dave Korn
On 15 January 2007 17:12, DEMARCHE wrote: > It seems like the /etc/passwd file struct is not compliant with the C struct > password ( as defined in pwd.h ). > May be I'm wrong, but the number of items doesn't correspond to each other. > > May be I'm worng but I think that the gcc compiler is not

National characters in the command window

2007-01-15 Thread Enrique Perez-Terron
I have a Norwegian keyboard, and when I type the national characters on the command line, nothing shows up - that is, the æ (the ae ligature) and å (a with ring above) keys do not respond, while the ø (o with slash across) key produces 'o'. Dead-accent key combinations produce nothing. The cu

Re: struct passwd problem : running on XP

2007-01-15 Thread Larry Hall (Cygwin)
DEMARCHE wrote: Hi All, I'm runnning Cygwin 1.5.23 on XP and my C program refers to pwd.h library. It seems like the /etc/passwd file struct is not compliant with the C struct password ( as defined in pwd.h ). Indeed, users are defined as : - - - - - - - - - - - - - - - - - - - - - - - - - -

struct passwd problem : running on XP

2007-01-15 Thread DEMARCHE
Hi All, I'm runnning Cygwin 1.5.23 on XP and my C program refers to pwd.h library. It seems like the /etc/passwd file struct is not compliant with the C struct password ( as defined in pwd.h ). Indeed, users are defined as : - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - bdemarch1

RE: Endianess not declared

2007-01-15 Thread Dave Korn
On 15 January 2007 17:03, Kovarththanan Rajaratnam wrote: > Hello Dave Hi! > Dave Korn wrote: >> That's odd. I'm guessing 'sparse' is some kind of source code parser? >> For whatever reason, the version of ieeefp.h in my cygwin installation >> doesn't include any related #warning or #error

Re: Endianess not declared

2007-01-15 Thread Kovarththanan Rajaratnam
Hello Dave Dave Korn wrote: That's odd. I'm guessing 'sparse' is some kind of source code parser? For whatever reason, the version of ieeefp.h in my cygwin installation doesn't include any related #warning or #error. Is sparse somehow generating that itself? Yeah, the Linux guys use it in

Re: openssh delay (5secs) to windows XP cygwin box

2007-01-15 Thread Christopher Faylor
On Mon, Jan 15, 2007 at 05:23:17PM +0100, Cabaniols, Sebastien wrote: >time ssh localhost date >Mon Jan 15 17:11:27 RST 2007 > >real 0m6.570s >user 0m0.150s >sys0m0.100s > >(laptop unplugged from the network) > >Can anybody tell me if there are some tricks to play with Windows around >this

openssh delay (5secs) to windows XP cygwin box

2007-01-15 Thread Cabaniols, Sebastien
Hello list, I am running the current version of cygwin on a windows XP box (a recent laptop), I installed openssh and I setup'ed password less authentication (I use also privilege separation) time ssh laptop date returns in 6seconds whereas the openssh webpage suggest a modest hardware should do

RE: username should be lower-case for $USER

2007-01-15 Thread phil long
On 10-jan-2007 Dave Korn wrote: >On 09 January 2007 22:15, David Smiley wrote: > >> I forgot to add, I log into a windows domain and so I can't set the case. >> Perhaps this issue only relates to windows domain logins. Maybe they >> are case insensitive because when I log into the domain, I ALW

RE: 1.7.0 CVS mmap failure

2007-01-15 Thread Dave Korn
On 15 January 2007 14:48, Dave Korn wrote: > On 15 January 2007 14:03, Pierre Baillargeon wrote: > >> About the reason why the last 64K just before 2GB can't be used in >> Windows, I'll refer you to this post in The Old New Thing blog by >> Raymond Chen, who regularly discusses such obscure compa

RE: 1.7.0 CVS mmap failure

2007-01-15 Thread Dave Korn
On 15 January 2007 14:03, Pierre Baillargeon wrote: > About the reason why the last 64K just before 2GB can't be used in > Windows, I'll refer you to this post in The Old New Thing blog by > Raymond Chen, who regularly discusses such obscure compatibility issues. > > See http://blogs.msdn.com/old

Re: 1.7.0 CVS mmap failure

2007-01-15 Thread Pierre Baillargeon
About the reason why the last 64K just before 2GB can't be used in Windows, I'll refer you to this post in The Old New Thing blog by Raymond Chen, who regularly discusses such obscure compatibility issues. See http://blogs.msdn.com/oldnewthing/archive/2003/10/08/55239.aspx. (Short answer: it h

RE: Snapshot speed on managing files

2007-01-15 Thread Dave Korn
On 15 January 2007 08:23, Marco atzeri wrote: > I found the reason for the long time needed to delete > files on my machine: > It is fault of the antivirus, but the crazy thing > is that the performance is orrible when it is > disabled, > and reasonable when it is enabled. It is often the case,

RE: bash:fork: Resource temporarily unavailable - SOLUTION

2007-01-15 Thread Dave Korn
On 15 January 2007 07:25, Chris Britton wrote: > Manfred Ursprung manfred-ursprung.de> writes: >> bash: fork: Resource temporarily unavailable >> >> How can I solve it ? > On my system this was caused by a product called "System Mechanic". > Specifically, a service named "iolo DMV Service" (i

RE: problem with running tcl/tk scripts

2007-01-15 Thread Dave Korn
On 15 January 2007 07:04, d gitelman wrote: > In the older version (1.5.18-1) > the dialog I expect to see appears. > > In the newer version (1.5.19) I see the following errors > >> command not foundsr/local/fsl/bin/Fdt_gui: line 2: > ': not a valid identifieri: line 4: export: `TCLTKSHELL >

RE: Win32 error 998

2007-01-15 Thread Dave Korn
On 15 January 2007 06:06, James Whitwell wrote: > Dave Korn wrote: >> On 15 January 2007 00:19, James Whitwell wrote: >>> 11 bash: fork: Resource temporarily unavailable >> See http://cygwin.com/ml/cygwin/2007-01/msg00455.html >> >> > Thanks Dave, I don't know how I could've missed that! Un

Re: Snapshot speed on managing files

2007-01-15 Thread Marco atzeri
Hi Corinne, I found the reason for the long time needed to delete files on my machine: It is fault of the antivirus, but the crazy thing is that the performance is orrible when it is disabled, and reasonable when it is enabled. The bin filling have no effect, I tried on the home PC, filling the