Skip to content

Fix Tcl 9 build with stubs enabled - #62

Merged
resuna merged 1 commit into
flightaware:masterfrom
fgaz:patch-1
Sep 10, 2026
Merged

resuna merged 1 commit into
flightaware:masterfrom
fgaz:patch-1

Conversation

@fgaz

@fgaz fgaz commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Allow Tcl 9 in Tcl_InitStubs().
See https://www.tcl-lang.org/man/tcl8.6/TclLib/InitStubs.htm#M4

Without this patch, we get this error:

% package require Pgtcl 
version conflict for package "tcl": have 9.0.3, need 8.1
while evaluating package require Pgtcl

Allow Tcl 9 in Tcl_InitStubs().
See https://www.tcl-lang.org/man/tcl8.6/TclLib/InitStubs.htm#M4

Without this patch, we get this error:

    % package require Pgtcl 
    version conflict for package "tcl": have 9.0.3, need 8.1
    while evaluating package require Pgtcl
@resuna
resuna merged commit d1a6c93 into flightaware:master Sep 10, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants