Re: Snapshot 20040221: make hangs on XP

2004-02-24 Thread Christopher Faylor
On Tue, Feb 24, 2004 at 10:09:44PM -0500, Volker Quetschke wrote: The script failed with: $ ./t.sh > freeze.out /bin/sh: line 1: sleep: No such file or directory make: *** [12.pp] Error 127 make: *** Waiting for unfinished jobs Failed after 1499 runs >>> >>>I ran a

Re: Snapshot 20040221: make hangs on XP

2004-02-24 Thread Volker Quetschke
The script failed with: $ ./t.sh > freeze.out /bin/sh: line 1: sleep: No such file or directory make: *** [12.pp] Error 127 make: *** Waiting for unfinished jobs Failed after 1499 runs I ran a variation of the above for three days without fail so I think I can safely say that I can't reproduce

Re: Can't set CREAD flag on serial port?

2004-02-24 Thread mbarilli
> "me" == mbarilli <[EMAIL PROTECTED]> writes: me> I'm trying to write an application to access a serial port on me> a Windows 2000 box, but the CREAD flag doesn't stay set when I me> do `tcsetattr' and check the values with `tcgetattr'. Trying me> to read from the port retur

Re: Suggestion: Make the setup dialog resizable

2004-02-24 Thread Andrew DeFaria
Igor Pechtchanski wrote: On Sat, 21 Feb 2004, Steven Hartland wrote: - Original Message - From: "Chuck Irvine" everestkcnet> To: "Cygwin" cygwincom> Sent: Saturday, February 21, 2004 4:46 PM Subject: Suggestion: Make the setup dialog resizable I always find myself scrolling back and forth

Re: [Runtime macro] Where can I find those stuffs?

2004-02-24 Thread Alvyn Liang
Sorry for the last message., I think I have figured out myself. I've got the answer somewhere else..., --> each environmental variable can be defined by user and therefore they will include and exclude some other headers. <- This is what I'd already known before hitting these macros. And these ar

Re: Snapshot 20040221: make hangs on XP

2004-02-24 Thread Christopher Faylor
On Tue, Feb 24, 2004 at 07:19:24PM -0500, Christopher Faylor wrote: >On Tue, Feb 24, 2004 at 05:23:02PM -0500, Volker Quetschke wrote: >>>Just FYI, I build a cygwin dll from current cvs (last >>>winsup/cygwin/ChangeLog entry 2004-02-09 Ralf H.) >>>with debugging enabled and rerun this script. It di

Re: Snapshot 20040221: make hangs on XP

2004-02-24 Thread Christopher Faylor
On Tue, Feb 24, 2004 at 05:23:02PM -0500, Volker Quetschke wrote: >>Just FYI, I build a cygwin dll from current cvs (last >>winsup/cygwin/ChangeLog entry 2004-02-09 Ralf H.) >>with debugging enabled and rerun this script. It didn't freeze, I >>stopped it after 1588 iterations, but it produced one s

Snapshot 20040221: make hangs on XP

2004-02-24 Thread Volker Quetschke
Just FYI, I build a cygwin dll from current cvs (last winsup/cygwin/ChangeLog entry 2004-02-09 Ralf H.) with debugging enabled and rerun this script. It didn't freeze, I stopped it after 1588 iterations, but it produced one stackdump and wrote some errors from make to stderr: (snip) I tried the 200

Re: xmlto errors

2004-02-24 Thread Marcel Telka
Hi Elvin. NapÃsanà dÅa 23.01.2004 19:45, (autor: Elvin Peterson): --- Larry Hall <[EMAIL PROTECTED]> wrote: > At 01:20 PM 1/23/2004, Elvin Peterson you wrote: > > >--- Larry Hall <[EMAIL PROTECTED]> wrote: > > > Don't quote email addresses in your responses. It's > just > spam fodder! > > > >> At

Re: [PATCH] rebase: Pick up more dlls when using rebaseall

2004-02-24 Thread Jason Tishler
Rafael, On Sat, Feb 21, 2004 at 06:43:17PM -0800, Rafael Kitover wrote: > This modification to the rebaseall script will allow it to work on > .dll extensions created by Perl modules downloaded from CPAN, ie using > perl -MCPAN -e shell, site python dlls, and any dlls that can be found > in /usr/l

Re: when to rebase?

2004-02-24 Thread Jason Tishler
Peter, On Fri, Feb 20, 2004 at 10:19:09PM -0800, Peter A. Castro wrote: > On Fri, 20 Feb 2004, Jason Tishler wrote: > > FWIW, I just tried the above with Microsoft's rebase and observed > > the same behavior. Note this is not a "ruling" just another data > > point. > > Well, considering what the

Cron Running As UID 400

2004-02-24 Thread Winch Jr., Wayne S
Hi, I've been through a couple of problems already with cron and have resolved all of them (thanks to this list!) except this last one. The cron service is indeed running, but no jobs are ever run as described in the crontab. A strange thing I've noted is that the user that the cron service is r

Can't set CREAD flag on serial port?

2004-02-24 Thread mbarilli
I'm trying to write an application to access a serial port on a Windows 2000 box, but the CREAD flag doesn't stay set when I do `tcsetattr' and check the values with `tcgetattr'. Trying to read from the port returns a ``Resource temporarily unavailable'' error (as generated from perror). What wou

Dev-C++ cygwin and wxwindows: i need a working configuration/sample

2004-02-24 Thread Laura Lucas
Hello! Does anybody have a tutorial on how to configure Dev-c++ for use with cygwin and wxWindows? Dev-c++ comes with MingW by default, this works fine, but, whats the difference between MingW and cygwin? Thanks Laura Lucas -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: GnuPG entry in setup.ini missing pathnames to binaries and sources

2004-02-24 Thread Christopher Faylor
On Tue, Feb 24, 2004 at 02:32:24PM -0500, [EMAIL PROTECTED] wrote: >Several mirrors have a setup.ini that lacks a complete entry for GnuPG. GnuPG has been removed from the distribution due to export considerations. I hope that this is a temporary measure and that it will return shortly however th

GnuPG entry in setup.ini missing pathnames to binaries and sources

2004-02-24 Thread fran . litterio
Several mirrors have a setup.ini that lacks a complete entry for GnuPG. Here's the entry from the setup.ini file on planetmirror.com and mirrors.rcn.net: @ gnupg sdesc: "GnuPG is GNU's tool for secure communication and data storage." ldesc: "GNU Privacy Guard is GNU's tool for secure communi

[Runtime macro] Where can I find those stuffs?

2004-02-24 Thread Alvyn Liang
I checked the header files of the cygwin includes, found out there are so many different types of system headers... A little confused about which version of the header is a better choice for the program. For example, I wonder if I shall include in \usr\include or in \usr\include\c++\3.3.1 I also

Re: Non-blocking keyboard I/O in Cygwin?

2004-02-24 Thread Linux Dr .
Linux Dr. haughtmail.com> writes: > > I have a non-blocking keyboard I/O routine I've used for years under IRIX, > Solaris and Red Hat linux. It doesn't seem to work under cygwin, however. The > core of it is: > Ok, I figured this out on my own... though it gave me a headache. I wrote a get

Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1

2004-02-24 Thread Michael Brand
Quoting Christopher Faylor: > You said you saw the same behavior when running the snapshot. I am > asking you to send the cygcheck and stackdump output from running the > snapshot. Oh! Sure thing. The new output of cygcheck is attached. I have no stackdump to give you, though, because, as I sai

[ANNOUNCEMENT] Updated: OpenSSH-3.8p1-1

2004-02-24 Thread Corinna Vinschen
I've just updated the version of OpenSSH to 3.8p1-1. This is an official new release, based on the vanilla sources. The release message is about an hour old so I'm pretty confident, Cygwin is the first distribution having the new OpenSSH version ;-) Official Release Message:

Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1

2004-02-24 Thread Christopher Faylor
On Tue, Feb 24, 2004 at 07:00:36PM +0200, Michael Brand wrote: >>On Tue, Feb 24, 2004 at 01:11:37PM +0200, Michael Brand wrote: >>>I replaced cygwin1.dll with the latest snapshot, and I still get exactly the >>>same behavior(s). >cgf wrote: >>Could you resend (as attachments) the cygcheck output a

Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1

2004-02-24 Thread Michael Brand
Quoting Christopher Faylor: > Could you resend (as attachments) the cygcheck output and the stackdump? I'm sorry? I must have misunderstood the request. The cygcheck output was originally sent as an attachment, and is currently available from

Re: Crash of mysql under cygwin with g++ 3.3.1

2004-02-24 Thread Fabrice Marchal
Hallo Gerrit, Thanks for your help. I would like to ask you a few questions: 1) If I use your mysql-4.0.17 libraries, that is if I link my code against your libmysqlclient.a then my code works OK. On the other hand, then it requires cygmysqlclient.dll also: what is that library exactly? Is it t

Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1

2004-02-24 Thread Christopher Faylor
On Tue, Feb 24, 2004 at 01:11:37PM +0200, Michael Brand wrote: >Quoting Larry Hall <[EMAIL PROTECTED]>: > >> >> This all sounds like problems that have been reported before against >> 1.5.7 >> and have been subsequently fixed and available in snapshots. If you >> have a >> chance, it's worth the

MailList 2001 Notification

2004-02-24 Thread List Administrator
* NOTE: DO NOT REPLY TO THIS MESSAGE. This message was sent by * * Motorola's MailList 2001 Application.* * Replies to this message will not reach the server administrator. * * If yo

Crashes of cygwin1.dll-20040221 in Win95

2004-02-24 Thread Rodrigo Medina
Please see: http://cygwin.com/ml/cygwin-xfree/2004-02/msg00228.html Rodrigo Medina -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin

Bugs: perl-libwin32-0.191-1 (Win32::Pipe->Connect) and using perl-5.8.2 open() to open an existing Win32 named pipe

2004-02-24 Thread Rick F Nicholson
I am currently writing an application that uses win32 named pipes to communicate. The random length records being sent dictated opening a file handle to the named pipe on the client and then using read() to access the record. After noticing that libwin32-0.191 had been ported to cygwin, I tried a

Thank You very very much

2004-02-24 Thread bzsyn
Take it * Disclaimer This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this messag

Re : Re: 1.5.7-1 : cygwin1.dll - mpr.dll dependency problem

2004-02-24 Thread alexis
> Hmm. "commercial applications"? > [...] people who are making money from cygwin They don't. They just sell an HDL simulator, wich can be extended (as every HDL simulator) with user DLLs (no matter if they are create with msvc or gcc). I used to use gcc to compile my DLLs (and I do NOT make

Re: 1.5.7: Problem with tcsh 6.12.00-7 / sed 4.0.8-1

2004-02-24 Thread Michael Brand
Quoting Larry Hall <[EMAIL PROTECTED]>: > > This all sounds like problems that have been reported before against > 1.5.7 > and have been subsequently fixed and available in snapshots. If you > have a > chance, it's worth the small effort to try out a snapshot to see if > all > the problems you'