At 25 May 2020 21:52:43 -0400, "'John Clements' via Racket Developers" wrote: > This is immediately after a git pull and a git clean -xdf. I was compiling > with RACKET=racket, using a built-in installation of racket v7.7.0.1. > > I rebuilt the racket I was using as the helper, and this error went > away. I was suprised; it didn’t look like the kind of error that > would be caused by an out-of-date helper. Ah well.
Yes, this is as intended: RACKET=racket requires the same version for both the helper and the Racket being built. -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/20200525200357.154%40sirmail.smtp.cs.utah.edu.
