Closed Vutshi closed 1 month ago
Hi @Vutshi, I'm traveling but will look into this when I can. A quick for now would be to remove bc
from line 23 of elkscmd/Makefile, and also comment out line 199 bc/bc
in elkscmd/Applications, which will allow the build to continue.
I suppose another "fix" would be to commit a copy of the yacc .c output, so that running yacc isn't necessary - I'll look into that also.
Thx, the workaround worked. I can hear the train's steam hissing.
Hi @ghaerr,
I updated macOS to the latest version, hoping to fix my (probably) buggy Intel GPU driver. Now, Command Line Tools seem to be rearranged, and I’m getting this error while building ELKS:
It appears there is some kind of
yacc
:But if I run it a CLT update request pops up:
CLT is already updated and
clang
works well.Configuration
Additional information I found somewhat related information about missing
yacc
after update to CLT 15.3. However, I don't understand what do they propose to do about it.