Skip to content

fixes setup.py to look for xmlparse.h in the correct place #33927

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

Closed
ajseward mannequin opened this issue Feb 14, 2001 · 3 comments
Closed

fixes setup.py to look for xmlparse.h in the correct place #33927

ajseward mannequin opened this issue Feb 14, 2001 · 3 comments
Assignees
Labels
build The build process and cross-build

Comments

@ajseward
Copy link
Mannequin

ajseward mannequin commented Feb 14, 2001

BPO 403804
Nosy @akuchling
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/akuchling'
    closed_at = <Date 2001-02-18.22:26:16.000>
    created_at = <Date 2001-02-14.22:13:14.000>
    labels = ['build']
    title = 'fixes setup.py to look for xmlparse.h in the correct place'
    updated_at = <Date 2001-02-18.22:26:16.000>
    user = 'https://bugs.python.org/ajseward'

    bugs.python.org fields:

    activity = <Date 2001-02-18.22:26:16.000>
    actor = 'akuchling'
    assignee = 'akuchling'
    closed = True
    closed_date = None
    closer = None
    components = ['Build']
    creation = <Date 2001-02-14.22:13:14.000>
    creator = 'ajseward'
    dependencies = []
    files = ['3131']
    hgrepos = []
    issue_num = 403804
    keywords = ['patch']
    message_count = 3.0
    messages = ['35735', '35736', '35737']
    nosy_count = 2.0
    nosy_names = ['akuchling', 'ajseward']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue403804'
    versions = []

    @ajseward
    Copy link
    Mannequin Author

    ajseward mannequin commented Feb 14, 2001

    Modules/pyexpat.c includes "expat/xmlparse.h" so setup.py should also look for "expat/xmlparse.h". Currently pyexpat will not build if there is not a file named xmlparse.h in the standard include path.

    @ajseward ajseward mannequin closed this as completed Feb 14, 2001
    @ajseward ajseward mannequin assigned akuchling Feb 14, 2001
    @ajseward ajseward mannequin added the build The build process and cross-build label Feb 14, 2001
    @ajseward ajseward mannequin closed this as completed Feb 14, 2001
    @ajseward ajseward mannequin assigned akuchling Feb 14, 2001
    @ajseward ajseward mannequin added the build The build process and cross-build label Feb 14, 2001
    @ajseward
    Copy link
    Mannequin Author

    ajseward mannequin commented Feb 15, 2001

    Sorry, this was caused by another patch that I had not looked at closely enough. There is no problem in the CVS source.

    @akuchling
    Copy link
    Contributor

    Marking as closed.

    @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