It is taking /* as the start of a multi-line comment, which is never terminated with a */./tmp/IIf.Dajya1:43: error: unterminated comment
43 | gzip $(XSPDIR)\/*
It looks like the author of the Imakefile intended the backslash before the slash to escape this interpretation, but it does not. Has this behavior changed at some point? I do not know.
Try changing the line at the end of the Imakefile to gzip $(XSPDIR)/?*
Statistics: Posted by jojopi — Mon Sep 07, 2026 5:23 pm





