Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Reply-To: From: "Norman Vine" To: Subject: RE: compiling python under cygwin Date: Thu, 5 Oct 2000 02:19:54 -0400 Message-ID: <001201c02e94$4c975ec0$c236ba8c@nhv> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2232.26 In-Reply-To: <20001005002456.A17472@cygnus.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Importance: Normal Chris Faylor writes: > >You realize that you posted this insightful observation about an hour >after Jason helpfully posted the details that I asked for and about >fifty minutes after I sent this: My apologies for the postings crossing in the ether My head is bent in shame I also apologize for taking 20 minutes to create some data during which time others did the same, and my subsequent error of posting of the requested data before rechecking my mail. A mistake I will not make again. < when on a dial up not rechecking mail before posting reply > FYI Jason and I have been wrestling with the Python source, the Cygwin DLL creation methods and the Python make system to have a full featured dynamically linked Python for Cygwin users. With the exception of threading support, I believe that we will have it SOON. :-) All the best and THANK YOU for your fine stewardship of Cygwin. It has come along ways since I started using B-18 Norman FWIW below is my message to Jason that spawned this. =============== Subject: FW: Python 2.0b2 Regression Test Results Importance: High -----Original Message----- From: Norman Vine [mailto:nhv AT cape DOT com] Sent: Wednesday, October 04, 2000 5:39 PM To: 'Jason Tishler' Cc: 'drobinow AT yahoo DOT com' Subject: RE: Python 2.0b2 Regression Test Results Importance: High Jason Tishler writes: > Norman Vine wrote: > >> Be sure to mention the missing tcp.h thing as well as >> the two fixes I submitted to the Python Bug Collector. > >The missing tcp.h has already been corrected: > >On Wed, Oct 04, 2000 at 11:42:16AM -0400, Robinow, David wrote: >> The following was added as netinet/tcp.h on 9/5/2000 >> See a recent snapshot. >> >> #ifndef _NETINET_TCP_H >> #define _NETINET_TCP_H >> >> #include >> >> #endif >> ... ARGGGGHHHH !!!!!!! I complained when they wanted to do this I guess not loudly enough thread @ http://sources.redhat.com/ml/cygwin/2000-09/msg00010.html THIS BREAKS socketmodule.c Try it for youself $PY_SRC / Modules / socketmodule.c ~line 125 #if !(defined(__BEOS__)) // || defined(__CYGWIN__)) //#include #include #endif Grrr... !@$# Maybe if this breaks for you you could post a request to the cygwin list. I do not seem to have much luck there :-( Cheers Norman -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com