[Python-bugs-list] [ python-Bugs-404875 ] setup.py problem with sunos4 (2.1)

nobody nobody@sourceforge.net
Wed, 28 Feb 2001 11:44:33 -0800


Bugs #404875, was updated on 2001-02-28 05:43
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=404875&group_id=5470

Category: Build
Group: None
Status: Open
Priority: 5
Submitted By: Detlef Lannert
Assigned to: A.M. Kuchling
Summary: setup.py problem with sunos4 (2.1)

Initial Comment:
The current (2.1 CVS) setup.py file has a check for
platform == 'sunos4' (near line 399). If true, the
value '/usr/5include' is appended to include_dirs.
These, however, aren't initialized until much later
(near line 539).

Moving include_dirs = [] upwards before the sunos4
test helped in my case; setup.py worked as expected.


----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr.
Date: 2001-02-28 11:44

Message:
Logged In: YES 
user_id=3066

Andrew, this looks easy to fix, but you know the code better than I.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=404875&group_id=5470