Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-146

shiboken: configure fails with multiarch python

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • None
    • 1.1.2
    • Shiboken
    • None

    Description

      python has two include directories, one generic and one platform specific.
      shiboken retrieves one but not the other so it fails to build if it is ued

      the platform specific one can be retrieved with python-config --includes or distutils.sysconfig.get_python_inc(plat_specific=True)

      attached an example patch that adds the include path for python3
      it is required for python in ubuntu 13.04 which uses the platform specific path

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            jtaylor Julian Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes