RE: building Perl module DBD-ODBC-4.3 under 64-bit cygwin

2013-08-02 Thread Simon Barnes
> ...is a typical type conflict. ULONG is a Windows type defined as > unsigned long in the Win32 API. The Win32 data model is LLP64, so > unsigned long is 4 bytes. However, Cygwin is LP64, so unsigned long is > 8 bytes. Therefore the `typedef unsigned long ULONG;' is wrong for 64 > bit. Either

building Perl module DBD-ODBC-4.3 under 64-bit cygwin

2013-08-01 Thread Simon Barnes
I'm having difficulty with this and would appreciate any suggestions. It does build under 32-bit cygwin. Thanks Simon cygwin> perl Makefile.PL ** Remember to actually *READ* the README file! And re-read it if you have any problems. ** OSNAME: cygwin LANG: ODB

RE: mosh

2012-10-03 Thread Simon Barnes
The experimental mosh package, version 1.2.2-2, works very well while the "current" package 1.2.2-1 does not. Would it be possible to promote 1.2.2-2 to current? Thanks Simon -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

Re: Cygwin processes getting stuck on max CPU usage; XP SP2 problem?

2004-09-23 Thread Simon Barnes
Some of my colleagues and I are seeing this without using Process Explorer. No doubt some other automated process is triggering it, but we don't know which. Is there anything I can do to help work towards a fix? It's moderately inconvenient having to restart rxvt or bash every few hours. Simon