Re: ImageMagick "display" and "convert" fail with a Visual C++ runtime error

2007-04-20 Thread Dmitry Golovaty
Thanks again - everything works now. Dmitry Brian Dessent wrote: Dmitry Golovaty wrote: Thanks - the culprit is the MATLAB entry /cygdrive/c/Program Files/MATLAB/R2007a/bin/win32 in the path; removing it fixes the problem ... is there way to pluck it out automatically (e.g. in .bashrc) w

Re: VS 2005 cl.exe /Zi fails under ssh public key authentication

2007-04-20 Thread Andrew Jorgensen
On 4/20/07, Shankar Unni <[EMAIL PROTECTED]> wrote: Actually, the last post in that thread seems to indicate that this problem is *not* fixed in SP1.. From what MS has told me this particular "bug" is not a bug at all and will not be "fixed". Without RPC privileges you simply can't compile p

Re: VS 2005 cl.exe /Zi fails under ssh public key authentication

2007-04-20 Thread Shankar Unni
Brian Dessent wrote: indicates that this was a bug in VS that was fixed in SP1. Actually, the last post in that thread seems to indicate that this problem is *not* fixed in SP1.. -- Unsubscribe info: http://cygwin

Re: Cygwin Installation Problems on Windows Vista

2007-04-20 Thread dprusak
I'm also have the same problem. I googled, but didn't find a solution to this. Any ideas? -- View this message in context: http://www.nabble.com/Cygwin-Installation-Problems-on-Windows-Vista-tf3542482.html#a10110868 Sent from the Cygwin Users mailing list archive at Nabble.com. -- Unsubscri

Re: Mapping windows drives in cygwin?

2007-04-20 Thread Dave
Kevin Markle wrote: [EMAIL PROTECTED] ~ $ net use y: winops-hq\c$ System error 67 has occurred. The network name cannot be found. You meant to do: net use y: winops-hq\\c$ i.e. you forgot the escape the single backslash. Alternatively, as someone mentioned earlier, you can do: net

Re: Mapping windows drives in cygwin?

2007-04-20 Thread Kevin Markle
Keith Christian expressed precisely : Kevin Markle wrote: Hello, Does anybody know of a simple way to map network drives from withing a cygwin script? :o) Hi Kevin, This method works: #Using a hostname for the remote machine= net use sandstone.bedrock.net\\IPC$ /user:bedro

Re: VS 2005 cl.exe /Zi fails under ssh public key authentication

2007-04-20 Thread Andrew Jorgensen
On 4/20/07, Andrew Jorgensen <[EMAIL PROTECTED]> wrote: On 4/20/07, Corinna Vinschen <[EMAIL PROTECTED]> wrote: > Current Cygwin 1.5.24 doesn't add the interactive group to the token's > group list automatically. This has been changed in current CVS and > you could try if a recent developer snap

Re: cygwin1.dll POSIX signal emulation mechanism

2007-04-20 Thread Christopher Faylor
On Fri, Apr 20, 2007 at 10:06:48AM -0600, Eric Blake wrote: >According to David Xiao on 4/20/2007 9:49 AM: >>In win32 sub-system there is no signal or sig-stack facilities. I am >>quite curious how cygwin1.dll can do that? What's the mysterious part >>of it? >> >>As I knew, user-mode thread libra

Re: Get my email address out of your archives, it's your fault

2007-04-20 Thread Christopher Faylor
On Fri, Apr 20, 2007 at 06:13:03AM -0700, ideo gram wrote: >I find it very irritating that my email address, which is in the >header and not the body, is displayed for the spammers in your >archives. This is an email from 1999, before this was common >practice, and it's /in the header/ where I cou

RE: Install problem on XP SP2

2007-04-20 Thread Long, Phillip GOSS
Aaron W. LaFramboise wrote: > > I've been unable to successfully install Cygwin on an XP SP2 > > machine > > after several tries. > > I have been able to install successfully, after repeated attempts. > However, I have not really resolved the problem. [snip] > It's possible I've fundamentally

RE: zsh on Vista

2007-04-20 Thread Dave Korn
On 20 April 2007 17:18, Larry Hall (Cygwin) wrote: > As I said in my original reply, you can ignore the references to the > developer's snapshot in that thread. Please install the 'rebase' package, > read the README, and run it as specified in the thread. The most important points being: 1) m

Re: zsh on Vista

2007-04-20 Thread Larry Hall (Cygwin)
Kyrre Nygård wrote: > At 16:39 20.04.2007, Larry Hall (Cygwin) wrote: >> Kyrre Nygård wrote: >> > >> > Hello! >> > >> > I'm having some trouble running zsh on Microsoft Windows Vista: >> > >> > 24295 [main] zsh 3104 C:\cygwin\bin\zsh.exe: *** fatal error - >> unable to >> > remap C:\cygwin\lib\zsh\

Re: cygwin1.dll POSIX signal emulation mechanism

2007-04-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to David Xiao on 4/20/2007 9:49 AM: > In win32 sub-system there is no signal or sig-stack facilities. I am quite > curious how cygwin1.dll can do that? What's the mysterious part of it? > > As I knew, user-mode thread library such as pthrea

cygwin1.dll POSIX signal emulation mechanism

2007-04-20 Thread David Xiao
In win32 sub-system there is no signal or sig-stack facilities. I am quite curious how cygwin1.dll can do that? What's the mysterious part of it? As I knew, user-mode thread library such as pthread (POSIX thread) can be implement in use of signal. So signal facilies emulation is quite essential

Re: zsh on Vista

2007-04-20 Thread Kyrre Nygård
At 16:39 20.04.2007, Larry Hall (Cygwin) wrote: Kyrre Nygård wrote: > > Hello! > > I'm having some trouble running zsh on Microsoft Windows Vista: > > 24295 [main] zsh 3104 C:\cygwin\bin\zsh.exe: *** fatal error - unable to > remap C:\cygwin\lib\zsh\4.3.2\zsh\zle.dll to same address as > parent(0

Re: zsh on Vista

2007-04-20 Thread Kyrre Nygård
At 16:39 20.04.2007, Larry Hall (Cygwin) wrote: Kyrre Nygård wrote: > > Hello! > > I'm having some trouble running zsh on Microsoft Windows Vista: > > 24295 [main] zsh 3104 C:\cygwin\bin\zsh.exe: *** fatal error - unable to > remap C:\cygwin\lib\zsh\4.3.2\zsh\zle.dll to same address as > parent(0

RE: windres bug with MENUEX resource.

2007-04-20 Thread Dave Korn
On 20 April 2007 16:03, Stefan `Sec` Zehl wrote: > I believe I have found a bug in windres (appears to be part of the > binutils-20060817-1 package). Then it's a binutils bug and should be reported to the binutils list. > I have constructed a small example to show the error: Please be sure

windres bug with MENUEX resource.

2007-04-20 Thread Stefan `Sec` Zehl
Hi, I believe I have found a bug in windres (appears to be part of the binutils-20060817-1 package). If I define POPUP Submenus of a MENUEX, the resulting resource is corrupt. I have constructed a small example to show the error: | karoshi:~/demo>make | windres -i res.rc -o res.o | cc -g -O -Wa

Re: zsh on Vista

2007-04-20 Thread Larry Hall (Cygwin)
Kyrre Nygård wrote: > > Hello! > > I'm having some trouble running zsh on Microsoft Windows Vista: > > 24295 [main] zsh 3104 C:\cygwin\bin\zsh.exe: *** fatal error - unable to > remap C:\cygwin\lib\zsh\4.3.2\zsh\zle.dll to same address as > parent(0xAB) != 0xC1 > 12 [main] zsh 2020 fork:

zsh on Vista

2007-04-20 Thread Kyrre Nygård
Hello! I'm having some trouble running zsh on Microsoft Windows Vista: 24295 [main] zsh 3104 C:\cygwin\bin\zsh.exe: *** fatal error - unable to remap C:\cygwin\lib\zsh\4.3.2\zsh\zle.dll to same address as parent(0xAB) != 0xC1 12 [main] zsh 2020 fork: child 3104 - died waiting for dll

Re: VS 2005 cl.exe /Zi fails under ssh public key authentication

2007-04-20 Thread Andrew Jorgensen
On 4/20/07, Corinna Vinschen <[EMAIL PROTECTED]> wrote: Current Cygwin 1.5.24 doesn't add the interactive group to the token's group list automatically. This has been changed in current CVS and you could try if a recent developer snapshot (http://cygwin.com/snapshots/) works for you. If that he

Re: VS 2005 cl.exe /Zi fails under ssh public key authentication

2007-04-20 Thread Andrew Jorgensen
On 4/20/07, Brian Dessent <[EMAIL PROTECTED]> wrote: Andrew Jorgensen wrote: > I've been digging deep to try to solve this issue. I have read the > older threads regarding it[0]. I have an open ticket with MSDN > support to resolve it and we've made some progress but I need some > help at this

Get my email address out of your archives, it's your fault

2007-04-20 Thread ideo gram
I find it very irritating that my email address, which is in the header and not the body, is displayed for the spammers in your archives. This is an email from 1999, before this was common practice, and it's /in the header/ where I couldn't do anything about it anyway. This is clearly a general

Re: GIT vs Other: Need argument

2007-04-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Shawn O. Pearce on 4/20/2007 12:22 AM: >> Maybe it could be, if cygwin managed to create normal setup program >> one day... > > Yea. I've had a number of Git users get burned by the > git-merge-recursive script changing to git-merge-recu

Re: Install problem on XP SP2

2007-04-20 Thread Christopher Faylor
On Thu, Apr 19, 2007 at 05:40:23PM -0500, Aaron W. LaFramboise wrote: >This needs to be done by one of the sourceware admins. But I suspect >they already have machinery in place that will do this, as other sources >folders have it. We do not have the machinery in place to do an md5sum of everyt

zsh on Vista

2007-04-20 Thread Kyrre Nygård
Hello! I'm having some trouble running zsh on Microsoft Windows Vista: 24295 [main] zsh 3104 C:\cygwin\bin\zsh.exe: *** fatal error - unable to remap C:\cygwin\lib\zsh\4.3.2\zsh\zle.dll to same address as parent(0xAB) != 0xC1 12 [main] zsh 2020 fork: child 3104 - died waiting for dll

Re: Install problem on XP SP2

2007-04-20 Thread Christopher Faylor
On Thu, Apr 19, 2007 at 06:30:00PM -0600, Morgan Gangwere wrote: >to DaveK: i once had the username "Sys Admin" under windows before i >installed the cygwin stuff, and after, any script/app that used the >username in a path with ls or bash or some other place without >properly quoting it would fail

Re: zsh on Vista

2007-04-20 Thread Larry Hall (Cygwin)
Kyrre Nygård wrote: > > Hello! > > I'm having some trouble running zsh on Microsoft Windows Vista: > > 24295 [main] zsh 3104 C:\cygwin\bin\zsh.exe: *** fatal error - unable to > remap C:\cygwin\lib\zsh\4.3.2\zsh\zle.dll to same address as > parent(0xAB) != 0xC1 > 12 [main] zsh 2020 fork:

Problems with "sed -i"

2007-04-20 Thread fergus
I'm having a few problems with sed -i (using the current sed v.4.1.5). Unfortunately they only occur when used in a system() call from within a program. That is to say $ /bin/sed -i 's/expr1/expr2/g' {pathto}/filename works fine, but system("/bin/sed -i 's/expr1/expr2/g' {path

Re: VS 2005 cl.exe /Zi fails under ssh public key authentication

2007-04-20 Thread Corinna Vinschen
On Apr 19 15:58, Andrew Jorgensen wrote: > After a good deal of debugging Microsoft has advised me that if sshd > would start the user process with NT AUTHORITY\INTERACTIVE as one of > it's groups, which should be possible by simply changing the > parameters used when spawning the new process, or s

Re: VS 2005 cl.exe /Zi fails under ssh public key authentication

2007-04-20 Thread Brian Dessent
Andrew Jorgensen wrote: > I've been digging deep to try to solve this issue. I have read the > older threads regarding it[0]. I have an open ticket with MSDN > support to resolve it and we've made some progress but I need some > help at this point. You said you read the older threads, but you d

RE: Install problem on XP SP2

2007-04-20 Thread Dave Korn
On 20 April 2007 01:30, Morgan Gangwere wrote: > On 4/19/07, Aaron W. LaFramboise <[EMAIL PROTECTED]> wrote: >> Morgan Gangwere wrote: >>> On 4/18/07, Aaron W. LaFramboise <[EMAIL PROTECTED]> wrote: Heh, I wonder why you didn't reply to the email I posted directly? > to DaveK: i once had the u

RE: Install problem on XP SP2

2007-04-20 Thread Dave Korn
On 19 April 2007 23:40, Aaron W. LaFramboise wrote: > Morgan Gangwere wrote: >> On 4/18/07, Aaron W. LaFramboise <[EMAIL PROTECTED]> wrote: >>> Aaron W. LaFramboise wrote: > >>> Bug 1) Packages are silently not downloaded, when the user assumes that >>> they are. >> >> it LOOKS like they are sil

RE: VS 2005 cl.exe /Zi fails under ssh public key authentication

2007-04-20 Thread Dave Korn
On 19 April 2007 22:58, Andrew Jorgensen wrote: > After a good deal of debugging Microsoft has advised me that if sshd > would start the user process with NT AUTHORITY\INTERACTIVE as one of > it's groups, which should be possible by simply changing the > parameters used when spawning the new proce

Re: Install problem on XP SP2

2007-04-20 Thread Thorsten Kampe
* Morgan Gangwere (Thu, 19 Apr 2007 18:30:00 -0600) > to DaveK: i once had the username "Sys Admin" under windows before i > installed the cygwin stuff, and after, any script/app that used the > username in a path with ls or bash or some other place without > properly quoting it would fail. That's