cooljeanius / cooljeanius/Environment-Modules

Some Tcl update broke compilation

Open
#2 0 comments 0 reactions 1 assignee Claimed by @cooljeanius View on GitHub
bug
Dominant language
C
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.