Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Python/Python3: Fix RuntimeError: tk.h version (8.6) doesn't match libtk.a version (8.5) #41728

Commits on Jul 15, 2015

  1. Fix RuntimeError: tk.h version (8.6) doesn't match libtk.a version (8.5)

    The problem was that CPPFLAGS and LDFLAGS for brewed Tk were specified to
    environment variable but Python (seems) prefer the CPPFLAGS in arguments
    specified to './configure', mean "-I#{MacOS.sdk_path}/usr/include" version
    is used.
    
    This commit would fix issue Homebrew#18657
    lambdalisue committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    f92604b View commit details
    Browse the repository at this point in the history