Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some Tcl update broke compilation #2

Open
cooljeanius opened this issue Dec 20, 2022 · 0 comments
Open

Some Tcl update broke compilation #2

cooljeanius opened this issue Dec 20, 2022 · 0 comments
Assignees
Labels

Comments

@cooljeanius
Copy link
Owner

cooljeanius commented Dec 20, 2022

I'm getting the following error when attempting to compile with the autotools build system:

cmdModule.c:640:37: error: no member named 'errorLine' in 'struct Tcl_Interp'
            case TCL_ERROR:     interp->errorLine = ((linenum-1)-gotPartial) +
                                ~~~~~~  ^
cmdModule.c:641:11: error: no member named 'errorLine' in 'struct Tcl_Interp'
                interp->errorLine;
                ~~~~~~  ^

I'll investigate later...

@cooljeanius cooljeanius self-assigned this Dec 20, 2022
@cooljeanius cooljeanius moved this to To do in MacPorts May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To do
Development

No branches or pull requests

1 participant