homebrew-core
homebrew-core copied to clipboard
nvc 1.7.0
Created by brew bump
Created with brew bump-formula-pr.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.
Fails on linux with:
../thirdparty/cpustate.c:46:24: error: '__NGREG' undeclared (first use in this function); did you mean 'NGREG'?
46 | for (int i = 0; i < __NGREG; i++)
| ^~~~~~~
| NGREG
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.
Fails on linux with:
../thirdparty/cpustate.c:46:24: error: '__NGREG' undeclared (first use in this function); did you mean 'NGREG'? 46 | for (int i = 0; i < __NGREG; i++) | ^~~~~~~ | NGREG
Are you building on Ubuntu 16.04? I think it should be fixed by this: https://github.com/nickg/nvc/commit/3f1a495360d4c97bf6537e62eb77c1269297dcb2
Are you building on Ubuntu 16.04? I think it should be fixed by this: nickg/nvc@3f1a495
Yep, we still use 16.04 for building. Thanks for a heads up! I will add the patch.
:robot: A scheduled task has triggered a merge.