Re: Keyboard issue: unresponsive keystroke

2010-08-31 Thread Eric Vautier
ons in the Windows user directory conflicted with Cygwin's installation. Cheers, Éric On Mon, Aug 30, 2010 at 6:58 PM, Eric Blake wrote: > On 08/30/2010 10:52 AM, Eric Vautier wrote: >> >> Hello all, >> >> I've used the US-International keyboard layout for ages

Keyboard issue: unresponsive keystroke

2010-08-30 Thread Eric Vautier
Hello all, I've used the US-International keyboard layout for ages without issues. Recently, I fired cygwin and noticed the "s" key was unresponsive. Restarting Vista didn't help. Changing to standard US layout before starting Cygwin didn't help. Restarting Cygwin didn't help. Scrapping the Cygwin

Re: Design issue with new MS-DOS style path warning?

2010-01-22 Thread Eric Vautier
Tried "bash", "-x", "bash build.sh", "bash -x build.sh", forward slashes in Windows environment variables, to no avail. But thank you for your time and patience, Dave! -e On Fri, Jan 22, 2010 at 7:25 PM, Dave Korn wrote: > On 22/01/2010 17:55,

Re: Design issue with new MS-DOS style path warning?

2010-01-22 Thread Eric Vautier
Fri, Jan 22, 2010 at 10:53 PM, Warren Young wrote: > On 1/22/2010 10:23 AM, Eric Vautier wrote: >> >>        AndroidApp >>        BUILD FAILED >>        C:\dev\prj\app4\AndroidApp\build.xml:343: Warning: Could not find >> file >>         C:\cygdrive\c\dev\prj\a

Re: Design issue with new MS-DOS style path warning?

2010-01-22 Thread Eric Vautier
>  So, you are lumbered with some massive mish-mash of complex build scripts, > ANT, java, mixture of cygwin and native executables and god knows what else, > and somewhere down in the middle of it something's invoking what it probably > expects to be a win32 program and getting the cygwin version,

Re: Design issue with new MS-DOS style path warning?

2010-01-22 Thread Eric Vautier
On Fri, Jan 22, 2010 at 6:01 PM, Dave Korn wrote: > On 22/01/2010 16:23, Eric Vautier wrote: > >> Let me confirm that the script has not changed at all, and used to >> work fine under the previous version. You'll agree that arriving at a >> C:/cygdrive/c/... path i

Re: Design issue with new MS-DOS style path warning?

2010-01-22 Thread Eric Vautier
On Fri, Jan 22, 2010 at 4:45 PM, Christopher Faylor wrote: > On Fri, Jan 22, 2010 at 02:17:56PM +0100, Eric Vautier wrote: > If you are getting warnings then Cygwin is working as designed.  It is > telling you that you're doing something that is not guaranteed to work. > If you

Re: Design issue with new MS-DOS style path warning?

2010-01-22 Thread Eric Vautier
It may be good advice not to do it. However, there's the case of environment variables, or parameter files containing Windows-style paths used in build.xml, for example. It appears that those variables are not converted sometimes, resulting in failures. One of my build files refers to such a prop