[Python-bugs-list] [ python-Bugs-779153 ] bgen requires Universal Headers, not OS X dev headers

SourceForge.net noreply@sourceforge.net
Mon, 28 Jul 2003 13:43:10 -0700


Bugs item #779153, was opened at 2003-07-28 16:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=779153&group_id=5470

Category: Macintosh
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Bob Ippolito (etrepum)
Assigned to: Jack Jansen (jackjansen)
Summary: bgen requires Universal Headers, not OS X dev headers

Initial Comment:
bgen currently requires Universal Headers, but doesn't really 
make that explicitly clear.  Universal headers do not come 
with the OS X developer tools.

It's not terribly hard to convert the bgen suites to expect OS 
X style headers.  Attached is an example that extends some 
of the Qt wrapper functionality for a project that I needed.  
It has been modified to accept OS X developer tools headers 
(but not Universal Headers).  It would be possible to make 
generators that could use either, depending on which is 
found, but that was not one of my goals.

Note that macglue.h was not changed, just included so it'll 
build outside of the python source tree (if 
bgenlocations.TOOLBOXDIR is appropriately changed as well, 
of course).

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

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