[ python-Bugs-991962 ] Building with --disable-toolbox-glue fails

SourceForge.net noreply at sourceforge.net
Sat Aug 7 21:32:13 CEST 2004


Bugs item #991962, was opened at 2004-07-15 15:20
Message generated for change (Comment added) made by bcannon
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=991962&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: Building with --disable-toolbox-glue fails

Initial Comment:
Building with --disable-toolbox-glue fails, because setup.py still 
tries to build lots of MacOSX extension modules (which fails).

There's a define USE_TOOLBOX_OBJECT_GLUE in pyconfig.h that 
shows whether we're building with or without toolbox glue, but 
distutils needs to look at that. If it can, otherwise we need a flag in 
the Makefile too.

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

>Comment By: Brett Cannon (bcannon)
Date: 2004-08-07 12:32

Message:
Logged In: YES 
user_id=357491

It seems like we need some way to either have access in Python to what 
the arguments to Configure were or what macro defs pyconfig.h comes 
up with.  That would be enough info to find out if compiling with toolbox 
glue we turned off.

Otherwise I don't know how Distutils could possibly get access without 
somehow parsing pyconfig.h to look to see what is set and what isn't.

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

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


More information about the Python-bugs-list mailing list