Re: Unable to install pdftk

2007-10-23 Thread Brian Dessent
Santhosh Kumar Yedidi wrote: > I have got the pdftk package from its website. The when I tried to > install it shows error of java libs. Can any one help how to install > this package Slow down there. Why are you asking here? pdftk is not a Cygwin package and according to

Re: Unable to install pdftk

2007-10-23 Thread Santhosh Kumar Yedidi
Dear all I have got the pdftk package from its website. The when I tried to install it shows error of java libs. Can any one help how to install this package Santhosh -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documen

Re: milliseconds on Windows

2007-10-23 Thread Tim Prince
Robert D. Holtz - Lists wrote: >> Hello Brian, > > http://cygwin.com/acronyms/#PPIOSPE > > I've redirected this message and set the Reply-To appropriately. > >> I'm a student at Bonn university and I'm researching robotics. I'm trying >> to write a robot controller for Windows XP (wasn't my choi

RE: Bug in cat

2007-10-23 Thread Cutler, David
Hi Brian, It makes sense to me. I like your recommended replacement too. Thanks, -Dave -Original Message- From: Brian Dessent [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 5:54 PM To: Cutler, David Cc: [EMAIL PROTECTED] Subject: Re: Bug in cat "Cutler, David" wrote: > Wh

RE: milliseconds on Windows

2007-10-23 Thread Brian Ford
On Tue, 23 Oct 2007, Robert D. Holtz - Lists wrote: > If you're feeling frisky it's also possible to write a low level routine > that hooks the hardware clock and uses it for retrieving the time. Or simply use QueryPerformanceCounter. > This clock does go down to microsecond granularity. Sure,

Re: Problem with Cygwin Include Files

2007-10-23 Thread DePriest, Jason R.
On 10/23/07, Corinna Vinschen wrote: > On Oct 22 17:59, Larry Adams wrote: > > Hello, > > > > The problem is that /usr/include/cygwin/icmp.h is blank and needs to be > > "non-blank". > > - - - - words . . . - - - - > > It doesn't contain anything for a couple of reasons. > > - For ICMP you need

RE: directory listing differences

2007-10-23 Thread Dave Korn
On 23 October 2007 17:02, Joseph Michaud wrote: > Just to follow-up on this... > > I recently came back to this problem. Dave's suggestion to use Process > Explorer was useful in that it showed that bash was using some SysWOW64 > DLLS. This reminded me that 64-bit Windows transparently redirect

Re: directory listing differences

2007-10-23 Thread Joseph Michaud
On 07 June 2007 17:03, Dave Korn wrote: On 07 June 2007 16:46, Joseph Michaud wrote: One interesting tidbit is that if, from the bash shell, I invoke a Windows CMD shell, then that CMD shell similarly doesn't see the file. I conclude from this that somehow the bash shell doesn't have some app

RE: milliseconds on Windows

2007-10-23 Thread Robert D. Holtz - Lists
> Hello Brian, http://cygwin.com/acronyms/#PPIOSPE I've redirected this message and set the Reply-To appropriately. > I'm a student at Bonn university and I'm researching robotics. I'm trying > to write a robot controller for Windows XP (wasn't my choice!) and > measuring elapsed time down to m

Re: milliseconds on Windows

2007-10-23 Thread Brian Ford
On Tue, 23 Oct 2007, Marcell Missura wrote: > Hello Brian, http://cygwin.com/acronyms/#PPIOSPE I've redirected this message and set the Reply-To appropriately. > I'm a student at Bonn university and I'm researching robotics. I'm trying > to write a robot controller for Windows XP (wasn't my cho

Re: No posix_fallocate support?

2007-10-23 Thread Rob Bosch
You were right on the mark...forgot to copy the header files into my cygwin environment. I was a little too anxious there. Copied over the header files and build worked for rsync. Thanks! Yeah, aware of the caveat on production stuff. I'm just working on testing some rsync patches to deal with

Re: No posix_fallocate support?

2007-10-23 Thread Corinna Vinschen
On Oct 23 07:59, Rob Bosch wrote: > I've been trying to compile rsync using the cygwin CVS from yesterday. When > I do the configure it is reporting the posix_fallocate function is not > supported. The version of cygwin1.dll is 1007.0.0 with an API version of > 0.177. I thought posix_fallocate w

No posix_fallocate support?

2007-10-23 Thread Rob Bosch
I've been trying to compile rsync using the cygwin CVS from yesterday. When I do the configure it is reporting the posix_fallocate function is not supported. The version of cygwin1.dll is 1007.0.0 with an API version of 0.177. I thought posix_fallocate was still supported? -- Unsubscribe

Re: No space calculation in wcstombs?

2007-10-23 Thread Corinna Vinschen
[Redirected to the newlib mailing list] On Oct 23 11:52, Christoph Ender wrote: > Hi all, > > when converting wchar_t*- to (mb)char*-Strings I've been > so far using the wcstombs function in two steps: One call > to length=wcstombs(NULL, *src, 0) in order to make the > function return the space r

No space calculation in wcstombs?

2007-10-23 Thread Christoph Ender
Hi all, when converting wchar_t*- to (mb)char*-Strings I've been so far using the wcstombs function in two steps: One call to length=wcstombs(NULL, *src, 0) in order to make the function return the space required for the dest string and one call wo wcstombs(*dest, *src, length) to actually conv

Re: Problem with Cygwin Include Files

2007-10-23 Thread Corinna Vinschen
On Oct 22 17:59, Larry Adams wrote: > Hello, > > The problem is that /usr/include/cygwin/icmp.h is blank and needs to be > "non-blank". > > /usr/include/netinet/ip_icmp.h looks as follows: > > /* netinet/ip_icmp.h > > Copyright 1998, 2001 Red Hat, Inc. > > This file is part of Cygwin. > > This s