"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 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.
l...@metapensiero.it  |                 -- Fortunato Depero, 1929.
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/33YKN54LGLTU6VDKBKQXKBZFQQGANBA7/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to