Re: i686-w64-mingw32-gcc & ntifs.h

2011-08-19 Thread JonY
On 8/20/2011 02:39, Sam Steingold wrote: >> * Corinna Vinschen [2011-08-19 14:00:44 +0200]: >> >> On Aug 19 18:19, JonY wrote: >>> On 8/19/2011 07:37, Sam Steingold wrote: > * JonY [2011-08-19 06:39:03 +0800]: > > You are supposed to use -I to add the ddk path to gcc. how? >

Re: install on win7 enterprise, can't modify bash start up shortcut

2011-08-19 Thread LMH
Thank you for all the clarification on shells and terminals, I have always used the terms interchangeably, which I guess was not correct. A few replies, > Is there any religious taboo that would prevent you from opening the > batch script in an editor and see that you're wrong? No, I did this

Re: SSHD Issue Windows 2003 64 bit

2011-08-19 Thread Gary
I've re-installed cygwin on a fresh virtual machine (offline install) and have tried running: 'ssh-host-config' -- still no echo from the terminal 'cygrunsrv -S sshd' -- cygrunsrv: Error starting a service: OpenService: Win32 error 1060:The specified service does not exist as an installed service

Re: SSHD Issue Windows 2003 64 bit

2011-08-19 Thread Gary
I've re-installed cygwin on a fresh virtual machine (offline install) and have tried running: 'ssh-host-config' -- still no echo from the terminal 'cygrunsrv -S sshd' -- cygrunsrv: Error starting a service:OpenService: Win32 error 1060:The specified service does not exist as an installed service.

Re: install on win7 enterprise, can't modify bash start up shortcut

2011-08-19 Thread Corinna Vinschen
On Aug 19 21:19, Csaba Raduly wrote: > On Fri, Aug 19, 2011 at 8:31 PM, LMH wrote: > > (Please don't top-post) > > I've had no issue with re-sizing the bash window in the past and having > > those changes saved to the shortcut, even on win7 ent, so I am concerned > > about the health of the insta

Re: install on win7 enterprise, can't modify bash start up shortcut

2011-08-19 Thread Csaba Raduly
On Fri, Aug 19, 2011 at 8:31 PM, LMH wrote: (Please don't top-post) > I've had no issue with re-sizing the bash window in the past and having > those changes saved to the shortcut, even on win7 ent, so I am concerned > about the health of the install. The health of the Cygwin install should be u

Re: install on win7 enterprise, can't modify bash start up shortcut

2011-08-19 Thread Thorsten Kampe
* Thorsten Kampe (Fri, 19 Aug 2011 20:56:49 +0200) > You are confusing a terminal and the shell it runs in. I meant "you are confusing a shell and the terminal it runs in". Thorsten -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Document

Re: install on win7 enterprise, can't modify bash start up shortcut

2011-08-19 Thread Thorsten Kampe
* LMH (Fri, 19 Aug 2011 12:50:01 -0400) > If you click on the small Cygwin icon, upper left on the top window > bar, you can select properties. This gives you a window to modify > properties of the bash shell window such as the size, font color, font > size, etc. You're not modifying the bash shel

Re: install on win7 enterprise, can't modify bash start up shortcut

2011-08-19 Thread Eric Blake
On 08/19/2011 12:31 PM, LMH wrote: I don't know anything about mintty and have always used bash. Can I run all of my bash commands, or would I be learning a new shell? cmd, mintty, rxvt, xterm, and the like are terminals (the gui program that displays your tty in a window) - they are useless u

Re: i686-w64-mingw32-gcc & ntifs.h

2011-08-19 Thread Sam Steingold
> * Corinna Vinschen [2011-08-19 14:00:44 +0200]: > > On Aug 19 18:19, JonY wrote: >> On 8/19/2011 07:37, Sam Steingold wrote: >> >> * JonY [2011-08-19 06:39:03 +0800]: >> >> >> >> You are supposed to use -I to add the ddk path to gcc. >> > >> > how? >> > I mean, -Iddk does not work because I do

Re: install on win7 enterprise, can't modify bash start up shortcut

2011-08-19 Thread LMH
I've had no issue with re-sizing the bash window in the past and having those changes saved to the shortcut, even on win7 ent, so I am concerned about the health of the install. The desktop icon points to Cygwin.bat, but that doesn't have anything in it about the bash shell. Can someone point m

Re: install on win7 enterprise, can't modify bash start up shortcut

2011-08-19 Thread Csaba Raduly
On Fri, Aug 19, 2011 at 6:50 PM, LMH wrote: > > If you double click on the Cygwin icon on the desktop, it starts a bash > shell. If you click on the small Cygwin icon, upper left on the top window > bar, you can select properties. This gives you a window to modify properties > of the bash shell wi

Re: Typical Cygwin fork problem

2011-08-19 Thread Csaba Raduly
On Fri, Aug 19, 2011 at 7:07 PM, big glass wrote: > how can i make sure that you exit all > Cygwin processes > Get Process Explorer from sysinternals (now Microsoft: http://technet.microsoft.com/en-us/sysinternals/bb896653). It allows you to search for in-use files and handles. If cygwin1.dll is

Re: Typical Cygwin fork problem

2011-08-19 Thread big glass
i am noob, but prof windows programmer 3+ years :) how can i make sure that you exit all Cygwin processes what is rebasing? -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork-problem-tp32293766p32297033.html Sent from the Cygwin list mailing list archive at Nabble.com.

Re: install on win7 enterprise, can't modify bash start up shortcut

2011-08-19 Thread LMH
Sorry, I didn't reply correctly when I first tired to send this. This was simply modifying the shortcut that starts the bash window. If you double click on the Cygwin icon on the desktop, it starts a bash shell. If you click on the small Cygwin icon, upper left on the top window bar, you can s

Re: Typical Cygwin fork problem

2011-08-19 Thread Eric Blake
On 08/19/2011 10:38 AM, big glass wrote: so what is ash exactly?? Another name for dash, which is a lighter-weight shell than bash. In particular, since dash pulls in fewer shared libraries, it can rebase things that bash cannot. -- Eric Blake ebl...@redhat.com+1-801-349-2682 Libvir

Re: Typical Cygwin fork problem

2011-08-19 Thread Jeremy Bopp
On 8/19/2011 11:38, big glass wrote: > > so what is ash exactly?? ash is another name for dash, which is described here: http://en.wikipedia.org/wiki/Debian_Almquist_shell The short answer is that it's a minimal shell that you need to use in your case for running the rebaseall command so that t

Re: Typical Cygwin fork problem

2011-08-19 Thread big glass
so what is ash exactly?? Corinna Vinschen-2 wrote: > > On Aug 19 09:13, big glass wrote: >> >> :) >> it already is installed, ask wont recognise it :) > > $ /bin/rebaseall<--- use the full path > > > Corinna > > -- > Corinna Vinschen Please, send mails regarding Cygw

Re: Typical Cygwin fork problem

2011-08-19 Thread Corinna Vinschen
On Aug 19 09:13, big glass wrote: > > :) > it already is installed, ask wont recognise it :) $ /bin/rebaseall<--- use the full path Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat --

Re: Typical Cygwin fork problem

2011-08-19 Thread Christopher Faylor
On Fri, Aug 19, 2011 at 09:13:13AM -0700, big glass wrote: >it already is installed, ask wont recognise it :) It's probably wearing glasses then. Duh. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin

Re: Typical Cygwin fork problem

2011-08-19 Thread big glass
:) it already is installed, ask wont recognise it :) -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork-problem-tp32293766p32296617.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Issue with inserting '@' at the command prompt.

2011-08-19 Thread Corinna Vinschen
On Aug 19 17:15, Samuel Thibault wrote: > Corinna Vinschen, le Fri 19 Aug 2011 17:08:41 +0200, a écrit : > > Yes, just like the german one. However, to the best of my knowledge > > there's no printable unicode char which requires to press left-alt on > > any such keyboard layout. > > Yes, but the

Re: Issue with inserting '@' at the command prompt.

2011-08-19 Thread Samuel Thibault
Corinna Vinschen, le Fri 19 Aug 2011 17:08:41 +0200, a écrit : > On Aug 19 16:06, Samuel Thibault wrote: > > Corinna Vinschen, a écrit : > > > On Aug 19 15:14, Samuel Thibault wrote: > > > > Corinna Vinschen, le Fri 19 Aug 2011 13:50:19 +0200, a Ãcrit : > > > > > > .wVirtualKeyCode = 0x630, > > >

Re: Typical Cygwin fork problem

2011-08-19 Thread Corinna Vinschen
On Aug 19 07:35, big glass wrote: > > cheers, tried it in ash but get this: > > $ rebaseall : not found $ /bin/rebaseall Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem repor

Re: Issue with inserting '@' at the command prompt.

2011-08-19 Thread Corinna Vinschen
On Aug 19 16:06, Samuel Thibault wrote: > Corinna Vinschen, a écrit : > > On Aug 19 15:14, Samuel Thibault wrote: > > > Corinna Vinschen, le Fri 19 Aug 2011 13:50:19 +0200, a Ãcrit : > > > > > .wVirtualKeyCode = 0x630, > > > > > > Eergl, no, that should have been 0x30 here, our code does properly

Re: Typical Cygwin fork problem

2011-08-19 Thread Csaba Raduly
On Fri, Aug 19, 2011 at 4:35 PM, big glass wrote: > cheers, tried it in ash but get this: > > $ rebaseall   : not found > $ sr/bin/ash: rebaseall: not found Then you need to install the rebase package: http://cygwin.com/cgi-bin2/package-grep.cgi?grep=rebaseall Csaba -- GCS a+ e++ d- C++ ULS$ L

Re: Typical Cygwin fork problem

2011-08-19 Thread big glass
cheers, tried it in ash but get this: $ rebaseall : not found $ sr/bin/ash: rebaseall: not found -- View this message in context: http://old.nabble.com/Typical-Cygwin-fork-problem-tp32293766p32295811.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports:

Re: i686-w64-mingw32-gcc & ntifs.h

2011-08-19 Thread JonY
On 8/19/2011 20:00, Corinna Vinschen wrote: > On Aug 19 18:19, JonY wrote: >> On 8/19/2011 07:37, Sam Steingold wrote: * JonY [2011-08-19 06:39:03 +0800]: You are supposed to use -I to add the ddk path to gcc. >>> >>> how? >>> I mean, -Iddk does not work because I do not have ddk di

Re: Issue with inserting '@' at the command prompt.

2011-08-19 Thread Corinna Vinschen
On Aug 19 15:14, Samuel Thibault wrote: > Corinna Vinschen, le Fri 19 Aug 2011 13:50:19 +0200, a écrit : > > > .wVirtualKeyCode = 0x630, > > Eergl, no, that should have been 0x30 here, our code does properly masks > out the high part, I just missed that in our code. And what about the control c

Re: Typical Cygwin fork problem

2011-08-19 Thread Ryan Johnson
On 19/08/2011 5:23 AM, big glass wrote: I have ruby installed and am trying this, but run this but lots of errors: $ gem install sproutcore Fetching: rack-1.3.2.gem (100%) Fetching: json_pure-1.4.6.gem (100%) Fetching: extlib-0.9.15.gem (100%) Fetching: erubis-2.7.0.gem (100%) Fetching: thor-0.1

Re: Issue with inserting '@' at the command prompt.

2011-08-19 Thread Samuel Thibault
Corinna Vinschen, le Fri 19 Aug 2011 13:50:19 +0200, a écrit : > > .wVirtualKeyCode = 0x630, Eergl, no, that should have been 0x30 here, our code does properly masks out the high part, I just missed that in our code. > a simple testcase (wow!) Sorry, but I'm not paid for this, I don't actually

Re: Contributing license information?

2011-08-19 Thread Corinna Vinschen
On Aug 19 11:09, Luke Kendall wrote: > Soon, I will have prepared a list of the location of every license > file in every Cygwin package. My motivation is to make it easy for > people to find the license information, if they need it. > > (Preparing this information has required a lot of work on m

Re: i686-w64-mingw32-gcc & ntifs.h

2011-08-19 Thread Corinna Vinschen
On Aug 19 18:19, JonY wrote: > On 8/19/2011 07:37, Sam Steingold wrote: > >> * JonY [2011-08-19 06:39:03 +0800]: > >> > >> You are supposed to use -I to add the ddk path to gcc. > > > > how? > > I mean, -Iddk does not work because I do not have ddk directory in my > > build directory. > > how do

Re: Issue with inserting '@' at the command prompt.

2011-08-19 Thread Corinna Vinschen
On Aug 19 04:37, Samuel Thibault wrote: > Samuel Thibault, le Thu 14 Jul 2011 14:42:14 +0200, a écrit : > > Lars Bjørndal, le Thu 14 Jul 2011 12:56:21 +0200, a écrit : > > > BRLTTY has a cut & paste facility. It sometimes doesn't paste all > > > characters inside cygwin. Pasting an att sign into a

Re: make 3.81 broken

2011-08-19 Thread Csaba Raduly
On Fri, Aug 19, 2011 at 11:39 AM, Tobias Manthey wrote: > Hi guys, > > I wasted many hours just to find out that make 3.81 does not support MS-DOS > path names. As cygwin is supposed to be the unix-like environment for > Windows, from a dumb users perspective, this is not the expected behavior.

Re: i686-w64-mingw32-gcc & ntifs.h

2011-08-19 Thread JonY
On 8/19/2011 07:37, Sam Steingold wrote: >> * JonY [2011-08-19 06:39:03 +0800]: >> >> You are supposed to use -I to add the ddk path to gcc. > > how? > I mean, -Iddk does not work because I do not have ddk directory in my > build directory. > how do I ask i686-w64-mingw32-gcc to print > /usr/i686

make 3.81 broken

2011-08-19 Thread Tobias Manthey
Hi guys, I wasted many hours just to find out that make 3.81 does not support MS-DOS path names. As cygwin is supposed to be the unix-like environment for Windows, from a dumb users perspective, this is not the expected behavior. In other words it means the make for Windows lacks support for Wi

Typical Cygwin fork problem

2011-08-19 Thread big glass
I have ruby installed and am trying this, but run this but lots of errors: $ gem install sproutcore Fetching: rack-1.3.2.gem (100%) Fetching: json_pure-1.4.6.gem (100%) Fetching: extlib-0.9.15.gem (100%) Fetching: erubis-2.7.0.gem (100%) Fetching: thor-0.14.6.gem (100%) Fetching: haml-3.1.2.gem (