Thread: Fails to build from source with multiarched python3.3 on Debian-like systems

Fails to build from source with multiarched python3.3 on Debian-like systems

From
Dmitrijs Ledkovs
Date:
On debian and ubuntu, python3.3 has two include locations instead of one:

 -I/usr/include/<multiarch>/python3.3 -I/usr/include/python3.3

are needed.

Here is patch against postgresql 9.1 to fix fail to build from source
against such pythons.

--
Regards,
Dmitrijs.

Attachment