Re: how to run "make check" (bug in FAQ)

2007-08-12 Thread zooko
Following-up to my own post: Thank you very much! "make check" is now running on my system. Unfortunately, it seems to hang and make no progress. The last line of output is: > running ./mingw-cygload.exe -cygwin C:/cygwin/oss/build/i686-pc- cygwin/winsup/cygwin/cygwin0.dll > ./mingw-cyg

Re: how to run "make check" (bug in FAQ)

2007-08-12 Thread zooko
On Aug 12, 2007, at 1:49 PM, Christopher Faylor wrote: I've modified the FAQ source to say: 'To check a cygwin1.dll, run "make check" in the build/i?86*cygwin/winsup directory created after running make above.' That is what you need to do. Thank you very much! "make check" is now running o

Re: mount API in next perl

2007-08-12 Thread Reini Urban
Christopher Faylor schrieb: On Sun, Aug 12, 2007 at 09:51:23PM +0200, Reini Urban wrote: I'm just writing some mount API functions for the next perl-5.10.0, which will probably be out in September. Maybe someone wants to comment. BTW: A /proc/mounts fhandler would be fine sooner or later. No bi

Re: mount API in next perl

2007-08-12 Thread Christopher Faylor
On Sun, Aug 12, 2007 at 09:51:23PM +0200, Reini Urban wrote: > I'm just writing some mount API functions for the next perl-5.10.0, which > will probably be out in September. > Maybe someone wants to comment. > BTW: A /proc/mounts fhandler would be fine sooner or later. No big deal, but > I'll get

Re: Interesting looking terminal emulation for cygwin

2007-08-12 Thread Christopher Faylor
On Sat, Aug 11, 2007 at 08:52:02AM -0700, David Rothenberger wrote: > On 8/11/2007 8:31 AM, Christopher Faylor wrote: >> On Sat, Aug 11, 2007 at 12:48:05PM +0800, Thorsten Kampe wrote: >>> * Christopher Faylor (Fri, 10 Aug 2007 18:11:12 -0400) Has anyone used this? http://en.poderosa

mount API in next perl

2007-08-12 Thread Reini Urban
I'm just writing some mount API functions for the next perl-5.10.0, which will probably be out in September. Maybe someone wants to comment. BTW: A /proc/mounts fhandler would be fine sooner or later. No big deal, but I'll get no allowance from my new company to write such a patch. Cygwin::mo

Re: how to run "make check" (bug in FAQ)

2007-08-12 Thread Christopher Faylor
On Sun, Aug 12, 2007 at 10:25:07AM -0600, zooko wrote: > Folks: > > In order to test a patch for cygwin that I wrote, I've been following the > directions to build cygwin myself, from http://cygwin.com/faq.html "How do I > build Cygwin on my own?". > > It worked to build, and then I wanted to run

figlet package error?

2007-08-12 Thread Frank Fesevur
Hi, I updated my cygwin installation and saw that figlet has been updated to 2.2.2-1, but now it can't find the standard font files. $ figlet test figlet: standard.flf: Unable to open font file Going back to 2.2-1 and everything works as expected again: $ figlet test __ | |_ ___

how to run "make check" (bug in FAQ)

2007-08-12 Thread zooko
Folks: In order to test a patch for cygwin that I wrote, I've been following the directions to build cygwin myself, from http://cygwin.com/ faq.html "How do I build Cygwin on my own?". It worked to build, and then I wanted to run the tests, so followed these directions: > To check a cygw

Re: Support for gettext-0.16.1

2007-08-12 Thread Charles Wilson
Tony Anecito wrote: Okay so there is no mirror that has the gettext 0.16.1 for easy install using setup.exe. Is there some way to install that version of gettext under cygwin? ncftpget ftp://ftp.gnu.org/pub/gnu/gettext/gettext-0.16.1.tar.gz tar xvzf gettext-0.16.1.tar.gz cd gettext-0.16.1 conf

Support for gettext-0.16.1

2007-08-12 Thread Tony Anecito
Okay so there is no mirror that has the gettext 0.16.1 for easy install using setup.exe. Is there some way to install that version of gettext under cygwin? I was told by another group to stop using cygwin because it did not support this version of gettext. Thx, -Tony __