[Python-Dev] Re: Compiling Python with SQLite when SQLite is in an arbitrary place

2019-11-08 Thread Brett Cannon
Lele Gaifax wrote: > "Coirier, Emmanuel" emmanuel.coir...@caissedesdepots.fr > writes: > > To sum up, when the SQLite binaries are not in a > > standard place, it seemed > > for me to be impossible to include sqlite into Python. In the end, I noticed > > I missed the CPPFLAGS env variable, that I t

[Python-Dev] Re: Compiling Python with SQLite when SQLite is in an arbitrary place

2019-11-08 Thread Lele Gaifax
"Coirier, Emmanuel" writes: > To sum up, when the SQLite binaries are not in a standard place, it seemed > for me to be impossible to include sqlite into Python. In the end, I noticed > I missed the CPPFLAGS env variable, that I thought was for C++ compilation. > > So why is the setup.py looking