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

Add support for frameworks and objective-c source. Uesful for both GnuStep and for OSXS/OSX/Darwin. #33467

Closed
bbum mannequin opened this issue Nov 11, 2000 · 4 comments
Closed
Assignees
Labels
build The build process and cross-build

Comments

@bbum
Copy link
Mannequin

bbum mannequin commented Nov 11, 2000

BPO 402357
Nosy @gvanrossum
Files
  • None: None
  • 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/gvanrossum'
    closed_at = <Date 2001-03-02.07:11:00.000>
    created_at = <Date 2000-11-11.08:31:31.000>
    labels = ['build']
    title = 'Add support for frameworks and objective-c source.  Uesful for both GnuStep and for OSXS/OSX/Darwin.'
    updated_at = <Date 2001-03-02.07:11:00.000>
    user = 'https://bugs.python.org/bbum'

    bugs.python.org fields:

    activity = <Date 2001-03-02.07:11:00.000>
    actor = 'gvanrossum'
    assignee = 'gvanrossum'
    closed = True
    closed_date = None
    closer = None
    components = ['Build']
    creation = <Date 2000-11-11.08:31:31.000>
    creator = 'bbum'
    dependencies = []
    files = ['2918']
    hgrepos = []
    issue_num = 402357
    keywords = ['patch']
    message_count = 4.0
    messages = ['34791', '34792', '34793', '34794']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'bbum']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue402357'
    versions = []

    @bbum
    Copy link
    Mannequin Author

    bbum mannequin commented Nov 11, 2000

    No description provided.

    @bbum bbum mannequin closed this as completed Nov 11, 2000
    @bbum bbum mannequin assigned gvanrossum Nov 11, 2000
    @bbum bbum mannequin added the build The build process and cross-build label Nov 11, 2000
    @bbum bbum mannequin closed this as completed Nov 11, 2000
    @bbum bbum mannequin assigned gvanrossum Nov 11, 2000
    @bbum bbum mannequin added the build The build process and cross-build label Nov 11, 2000
    @gvanrossum
    Copy link
    Member

    Applied.

    Again, somehow the line numbers in your diff were broken!

    I've changed $(CCC) to $(CXX) since that is now the name of the C++ compiler. If this wasn't what you intended, please get in touch.

    @bbum
    Copy link
    Mannequin Author

    bbum mannequin commented Mar 1, 2001

    Logged In: YES
    user_id=103811

    It should use the normal CC referenced compiler as ObjC is integrated directly into gcc and enabled through the use of the -ObjC flag.

    Index: makesetup
    ===================================================================
    RCS file: /cvsroot/python/python/dist/src/Modules/makesetup,v
    retrieving revision 1.34
    diff -r1.34 makesetup
    207c207
    < *.m) obj=basename $src .m.o; cc='$(CXX)';; # Obj-C
    ---

      	*.m)   obj=`basename $src .m`.o; cc='$(CC)';; # Obj-C
    

    Thank you.

    @gvanrossum
    Copy link
    Member

    Logged In: YES
    user_id=6380

    OK, applied. Closing now.

    (Hey, did SF reopen it automatically as a result of you
    adding a comment? Neat!)

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant