Lele Gaifax wrote: > "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.
You're correct, Lele, and this is documented as such when you run `./configure -h` and look at the end where we document environment variables that affect compilation. -Brett > 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/TO7UDFOJCGZNGWCMP5BCFUXM6KLIKWL4/ Code of Conduct: http://python.org/psf/codeofconduct/
