1. 11 Dec, 1998 1 commit
    • Guido van Rossum's avatar
      Gregor Hoffleit writes: · dab6ce6f
      Guido van Rossum authored
      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.
      dab6ce6f
  2. 10 Dec, 1998 13 commits
  3. 09 Dec, 1998 4 commits
  4. 08 Dec, 1998 8 commits
  5. 07 Dec, 1998 7 commits
  6. 05 Dec, 1998 3 commits
  7. 04 Dec, 1998 4 commits