"Coirier, Emmanuel" <[email protected]> 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 into the CPPFLAGS variable instead of the
> CFLAGS variable ?

AFAIK, CPPFLAGS stands for "C Pre Processor Flags", not C++, so it seems the
right place to put/look for stuff consumed by the preprocessor, as headers
inclusion is.

ciao, lele.
-- 
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
[email protected]  |                 -- Fortunato Depero, 1929.
_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/33YKN54LGLTU6VDKBKQXKBZFQQGANBA7/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to