Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bgen requires Universal Headers, not OS X dev headers #38951

Closed
etrepum mannequin opened this issue Jul 28, 2003 · 2 comments
Closed

bgen requires Universal Headers, not OS X dev headers #38951

etrepum mannequin opened this issue Jul 28, 2003 · 2 comments
Assignees
Labels
build The build process and cross-build OS-mac type-feature A feature request or enhancement

Comments

@etrepum
Copy link
Mannequin

etrepum mannequin commented Jul 28, 2003

BPO 779153
Nosy @jackjansen, @etrepum, @ronaldoussoren
Files
  • qt_new.tgz: Qt bgen scanner that supports OS X headers
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/jackjansen'
    closed_at = <Date 2009-03-30.23:05:12.377>
    created_at = <Date 2003-07-28.20:43:10.000>
    labels = ['OS-mac', 'type-feature', 'build']
    title = 'bgen requires Universal Headers, not OS X dev headers'
    updated_at = <Date 2009-03-30.23:05:12.375>
    user = 'https://github.com/etrepum'

    bugs.python.org fields:

    activity = <Date 2009-03-30.23:05:12.375>
    actor = 'ronaldoussoren'
    assignee = 'jackjansen'
    closed = True
    closed_date = <Date 2009-03-30.23:05:12.377>
    closer = 'ronaldoussoren'
    components = ['Build', 'macOS']
    creation = <Date 2003-07-28.20:43:10.000>
    creator = 'bob.ippolito'
    dependencies = []
    files = ['988']
    hgrepos = []
    issue_num = 779153
    keywords = []
    message_count = 2.0
    messages = ['17410', '84705']
    nosy_count = 3.0
    nosy_names = ['jackjansen', 'bob.ippolito', 'ronaldoussoren']
    pr_nums = []
    priority = 'normal'
    resolution = 'wont fix'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue779153'
    versions = ['Python 2.6']

    @etrepum
    Copy link
    Mannequin Author

    etrepum mannequin commented Jul 28, 2003

    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).

    @etrepum etrepum mannequin assigned jackjansen Jul 28, 2003
    @etrepum etrepum mannequin added the OS-mac label Jul 28, 2003
    @etrepum etrepum mannequin assigned jackjansen Jul 28, 2003
    @etrepum etrepum mannequin added the OS-mac label Jul 28, 2003
    @devdanzin devdanzin mannequin added build The build process and cross-build type-bug An unexpected behavior, bug, or error labels Feb 13, 2009
    @ronaldoussoren
    Copy link
    Contributor

    Although this might be seen as a bug in the Python build machinery, I'm
    closing this as a won't fix feature request.

    The Carbon bindings are deprecated and will not be updated in the future,
    hence the state of bgen is basically irrelevant.

    @ronaldoussoren ronaldoussoren added type-feature A feature request or enhancement and removed type-bug An unexpected behavior, bug, or error labels Mar 30, 2009
    @ronaldoussoren ronaldoussoren added type-feature A feature request or enhancement and removed type-bug An unexpected behavior, bug, or error labels Mar 30, 2009
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    build The build process and cross-build OS-mac type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants