[Python-bugs-list] [Bug #110778] pyport.h compile error on windows

noreply@sourceforge.net noreply@sourceforge.net
Fri, 25 Aug 2000 07:08:10 -0700


Bug #110778, was updated on 2000-Aug-01 09:01
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: None
Priority: 7
Summary: pyport.h compile error on windows

Details: pyport.h contains the following line, previously from myselect.h

#define NFDBITS	(sizeof(fd_mask) * NBBY)	/* bits per mask */

On windows, NBBY is not defined (Im not sure who is supposed to define it). myselect.h was never included on windows, so this had never previously been a problem


Follow-Ups:

Date: 2000-Aug-02 02:32
By: htrd

Comment:
This is fixed in CVS revision 2.10
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=110778&group_id=5470