Skip to content

cxxsupport.cxx not found #2359

@megies

Description

@megies

Is matplotlib supposed to use its included cxxsupport.cxx file in case it is not present in the used python environment / system? If so, the lookup seems to fail in some cases. I can give directions how to reproduce (debian squeeze) if anybody is interested.

Also, the path that is fixed in

matplotlib/setupext.py

Lines 708 to 709 in 7d40606

# On Fedora 17, these files are installed in /usr/share/CXX
support_dir = '/usr/src/CXX'
is not valid for Debian. Debian has it in '/usr/share/python2.6/CXX' and (EDIT:) '/usr/share/python2.6/CXX' '/usr/share/python2.7/CXX' instead of '/usr/src/CXX'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions