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
The mhs binary is a symlink to the hmhs binary compiled using Hugs on the head of the hugs branch.
The regression happened somewhere between commit 75290dcf8524a0223190cb10bce646ebb0d9b0db (fails with same error) and commit c34ab11410c050ba58155edd8e6392117ffe75ab (successful).
The text was updated successfully, but these errors were encountered:
Small addendum: I tried symlinking and copying hmhs to bin/mhs but I could not convince Make to skip the bin/mhs target (I'm trying to make bootstrap), so I'm trying to generate an up-to-date mhs.c instead. Is there a way of skipping bin/mhs when running bootstrap?
The regression is caused by commit b46e6f9bc176ccd7d178d8df03ebd511162d87b6. It seems that mhs versions before that commit cannot compile the sources for any version after that commit.
Attempting to run the following command
produces the following error
The
mhs
binary is a symlink to thehmhs
binary compiled using Hugs on the head of thehugs
branch.The regression happened somewhere between commit
75290dcf8524a0223190cb10bce646ebb0d9b0db
(fails with same error) and commitc34ab11410c050ba58155edd8e6392117ffe75ab
(successful).The text was updated successfully, but these errors were encountered: