You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
I'm getting the following error when attempting to compile with the autotools build system:
I'll investigate later...
The text was updated successfully, but these errors were encountered: