Re: Patch for syslog-ng 1.6.12

2007-04-26 Thread Corinna Vinschen
On Apr 26 13:28, S. Schulz wrote: > I found a bug in syslog-ng-1.6.12. > If i use the MSGONLY macro the first char of the message is missing. > > Here is the patch: > -snip > 426,427c426,428 > < colon++; > < ofs = (colon - (char *) msg->msg-

Question about cygwin Ruby distribution

2007-04-26 Thread Shankar Unni
One of our users here who likes to use Ruby was trying to use the cygwin distribution, and then tried to fetch some "ruby gems". His Ruby installation ended up getting corrupted with native (non-Cygwin) libraries being loaded for some of the ruby gems, causing all sorts of interesting problems

Re: Throwing c++ exception across threads

2007-04-26 Thread Shankar Unni
Eric Lilja wrote: [...] Any messages are displayed in an editbox. If a severe error occurs, an exception is thrown. Will there be any problems if I catch these exceptions in the main thread? [...] Just thinking about that setup makes my head spin. Yes, I suspect there'll be lots of problems

installing DBD::mysql under cygwin

2007-04-26 Thread Fungazid
Hello to cygwin@cygwin.com people Thnak you Brian for your great help, yet I stilll have a little problem. I am not sure this is a cygwin question anymore, but I would be greatful if you can take a look. I am trying to install DBD::mysql under cygwin in windows xp. I followed the instruction

Re: A Utility that creates .SFV (Simple File Verify)

2007-04-26 Thread DePriest, Jason R.
[ -- cut lots of stuff -- ] As mentioned in the previous post, I have never compiled any application under cygwin. So a learning curve exists for me, thus these questions come to mind. According to the cksfv page, a comment mentions compiling the source for use under Windows, yet I am not famil

Re: A Utility that creates .SFV (Simple File Verify)

2007-04-26 Thread Larry Hall (Cygwin)
robert_neville310 wrote: > On Thu, 26 Apr 2007 08:10:14 -0400, "Larry Hall (Cygwin)" <> wrote: > >> robert_neville310 wrote: >>> I would like to develop a script that verifies check sums/crc found in sfv >>> files. >>> >>> Sfv are used to verify whether downloads contain the same fingerprint as

Re: pygtk installs only in python2.4?

2007-04-26 Thread Luca Masini
Jason Tishler wrote: This is a general problem with Python, not with pygtk in particular. The simplest solution is for the pygtk maintainer to build against the latest Python and release a new package. I had the same problem after upgrading cygwin. Python is automagically upgraded to

Re: A Utility that creates .SFV (Simple File Verify)

2007-04-26 Thread robert_neville310
On Thu, 26 Apr 2007 08:10:14 -0400, "Larry Hall (Cygwin)" <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: >> I would like to develop a script that verifies check sums/crc found in sfv >> files. >> >> Sfv are used to verify whether downloads contain the same fingerprint as the >> files on

Re: A Utility that creates .SFV (Simple File Verify)

2007-04-26 Thread Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote: > I would like to develop a script that verifies check sums/crc found in sfv > files. > > Sfv are used to verify whether downloads contain the same fingerprint as the > files on the server. > > Please let me know any cygwin-ports that may aid in verifying sfv. My Goo

Patch for syslog-ng 1.6.12

2007-04-26 Thread S. Schulz
I found a bug in syslog-ng-1.6.12. If i use the MSGONLY macro the first char of the message is missing. Here is the patch: -snip 426,427c426,428 < colon++; < ofs = (colon - (char *) msg->msg->data); --- > ofs = (colon - (char *)

Complete

2007-04-26 Thread sfsd Marjanen
Business -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

off

2007-04-26 Thread Roxyanna roseberry
easy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Dualcore

2007-04-26 Thread Mariel Pignatello
Money -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

A Utility that creates .SFV (Simple File Verify)

2007-04-26 Thread robert_neville310
I would like to develop a script that verifies check sums/crc found in sfv files. Sfv are used to verify whether downloads contain the same fingerprint as the files on the server. Please let me know any cygwin-ports that may aid in verifying sfv. My Google search only returned these Unix to