Skip to content

Some Tcl update broke compilation #2

@cooljeanius

Description

@cooljeanius

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...

Metadata

Metadata

Assignees

Labels

Projects

Status

To do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions