• Guido van Rossum's avatar
    Gregor Hoffleit writes: · 732aa2f9
    Guido van Rossum yazdı
    But IMHO, this problem really reveals an annoyance in Python's
    makesetup. makesetup puts the global include directories "$(INCLUDEPY)
    $(EXECINCLUDEPY)" in front of the directories defined by the module in
    Setup. Therefore global (potentially older) header files are preferred
    over the ones set by the module, which makes it hard to compile new
    versions of modules when the old versions are installed. AFAIK, the
    other way around is common practice for most other software.
    
    This patch to makesetup would be an potential fix for this problem,
    though I don't know if it breaks anything else.
    732aa2f9
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...